ImageDataThumbnail

AI Overview😉

  • The potential purpose of this module is to provide information about image thumbnails, including their size, type, and expiration time. This could be used to help Google's search algorithm understand and process image content more effectively.
  • This module could impact search results by allowing Google to better understand the images on a webpage, potentially leading to more accurate image-based search results, and improving the user experience. It could also influence the ranking of websites with high-quality, relevant images.
  • To be more favorable to this function, a website could ensure that their image thumbnails are properly sized, formatted, and labeled, making it easier for Google to understand and process the image content. This could include using descriptive file names, alt tags, and captions, as well as optimizing images for web use to reduce file size and improve load times.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

GoogleApi.ContentWarehouse.V1.Model.ImageDataThumbnail (google_api_content_warehouse v0.4.0)

Attributes

  • expirationTimestampMicros (type: String.t, default: nil) - The thumbnail is guaranteed to be kept in the serving system until the expiration timestamp has passed, in microseconds.
  • height (type: integer(), default: nil) -
  • mimeType (type: String.t, default: nil) -
  • size (type: integer(), default: nil) -
  • type (type: String.t, default: nil) -
  • width (type: integer(), default: nil) -

Summary

Types

t()

Functions

decode(value, options)

Unwrap a decoded JSON object into its complex fields.

Types

Link to this type

t()

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.ImageDataThumbnail{
  expirationTimestampMicros: String.t() | nil,
  height: integer() | nil,
  mimeType: String.t() | nil,
  size: integer() | nil,
  type: String.t() | nil,
  width: integer() | nil
}

Functions

Link to this function

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.