GeostoreMediaItemProtoMediaSize

AI Overview😉

  • The potential purpose of this module is to determine the original dimensions of an image in pixels, which could be used to improve image search results, particularly in cases where users are searching for specific image sizes or resolutions.
  • This module could impact search results by allowing Google to better understand the characteristics of an image, potentially leading to more accurate and relevant image search results. For example, if a user searches for "high-resolution images of mountains," this module could help Google return results that match the desired image size and resolution.
  • To be more favorable for this function, a website could ensure that image metadata, such as width and height in pixels, is accurately and consistently provided. This could involve using standardized image formats, providing detailed image descriptions, and optimizing images for search by using relevant keywords and descriptions. Additionally, websites could consider using responsive image designs that adapt to different screen sizes and resolutions.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Width and height of the original photo in pixels.

Attributes

  • originalHeightPx (type: integer(), default: nil) -
  • originalWidthPx (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.GeostoreMediaItemProtoMediaSize{
  originalHeightPx: integer() | nil,
  originalWidthPx: integer() | nil
}

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.