WWWDocInfoRelatedImages

AI Overview😉

  • The potential purpose of this module is to identify and return related images associated with a webpage or document. This could be used to enhance search results with visual content, provide users with more information about a topic, or improve the overall user experience.
  • This module could impact search results by:
    • Returning more comprehensive and visually appealing search results
    • Influencing the ranking of webpages based on the relevance and quality of their associated images
    • Providing users with more options to explore and engage with search results
  • A website may change things to be more favorable for this function by:
    • Optimizing images with descriptive alt tags, file names, and captions
    • Using relevant and high-quality images that are closely related to the webpage's content
    • Structuring image data in a way that makes it easily crawlable and indexable by search engines

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Return related images.

Attributes

  • imageDocid (type: String.t, default: nil) -
  • thumbHeight (type: integer(), default: nil) -
  • thumbType (type: String.t, default: nil) -
  • thumbWidth (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.WWWDocInfoRelatedImages{
  imageDocid: String.t() | nil,
  thumbHeight: integer() | nil,
  thumbType: String.t() | nil,
  thumbWidth: integer() | nil
}

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.