ImageUnderstandingIndexingMetaData

AI Overview😉

  • The potential purpose of this module is to provide additional information about images on a webpage, such as labels and features, to help with image understanding and indexing. This allows Google to better understand the content of the image and its relevance to the search query.
  • This module could impact search results by influencing the ranking of webpages with images that are more accurately labeled and featured. Webpages with images that are well-annotated and relevant to the search query may be considered more authoritative and relevant, and thus ranked higher in search results.
  • A website may change things to be more favorable for this function by providing high-quality and descriptive alt text, captions, and metadata for their images. This could include using schema.org markup to provide additional context about the image, such as the subject, creator, and location. Additionally, using descriptive and keyword-rich file names for images could also help with image understanding and indexing.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Meta data useful to annotation Label and Feature with extra information.

Attributes

  • floatValue (type: number(), default: nil) -
  • name (type: String.t, default: nil) -
  • stringValue (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.ImageUnderstandingIndexingMetaData{
  floatValue: number() | nil,
  name: String.t() | nil,
  stringValue: 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.