DrishtiVesperEncodedThumbnail

Drishti VesperInfrastructure

GoogleApi.ContentWarehouse.V1.Model.DrishtiVesperEncodedThumbnail

3
out of 10
Low
SEO Impact
The attributes of encoded thumbnail images. Next id: 10.

SEO Analysis

AI Generated

Backend infrastructure with indirect SEO impact. This model (Drishti Vesper Encoded Thumbnail) contains SEO-relevant attributes including encodingQuality. Key functionality includes: Image size in bytes. Meaningful when contents are not stored inline (e.g., via image_blob_id).

Actionable Insights for SEOs

  • Understanding this model helps SEOs grasp Google's internal data architecture
  • Consider how this system might interact with other ranking signals

Attributes

9
Sort:|Filter:
byteSizestring
Default: nilFull type: String.t

Image size in bytes. Meaningful when contents are not stored inline (e.g., via image_blob_id).

crc32cinteger(
Default: nil

CRC-32 checksum of the image bytes. Can be used for data integrity check.

encodingQualityinteger(
Default: nil

JPEG/WEBP quality factor in range [0,100].

encodingTypestring
Default: nilFull type: String.t

Image encoding type.

heightinteger(
Default: nil
imageBlobIdstring
Default: nilFull type: String.t

The Blob ID of the thumbnail image in the Blobstore. We recommend absolute IDs with universe prefix if this field is passed across systems. The owner of this blob is also responsible for data Wipeout compliance.

imageBytesstring
Default: nilFull type: String.t

Encoded thumbnail bytes. Prefer this over image_string as we are not supposed to store image bytes in a proto string field.

imageStringstring
Default: nilFull type: String.t

Please migrate to image_bytes.

widthinteger(
Default: nil

Thumbnail resolution.