ShoppingWebentityShoppingAnnotationInferredImageNeardupInfo

AI Overview😉

  • Potential purpose of module: This module appears to be related to inferring information about images on shopping websites. It may be used to identify the source and type of images, such as product images or logos, to better understand the content of a webpage.
  • Impact on search results: This module could impact search results by allowing Google to better understand the visual content of a webpage, potentially leading to more accurate and relevant search results. It may also enable Google to provide more detailed information about images in search results, such as identifying product images or logos.
  • Optimization for this function: To be more favorable for this function, a website could ensure that their image metadata is accurate and descriptive, including alt tags, file names, and captions. Additionally, using structured data such as schema.org markup to provide additional context about images could help Google better understand the content of the webpage.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Attributes

  • inferredImageSource (type: String.t, default: nil) -
  • inferredImageType (type: String.t, 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.ShoppingWebentityShoppingAnnotationInferredImageNeardupInfo{
    inferredImageSource: String.t() | nil,
    inferredImageType: String.t() | nil
  }

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.