QualityOrbitAsteroidBeltImageIntentScores

AI Overview😉

  • The potential purpose of this module is to evaluate the relevance and quality of images on a landing page by assigning intent scores to them. These scores are likely used to determine how well the images align with the user's search intent and to rank the landing page accordingly.
  • This module could impact search results by promoting landing pages with high-quality, relevant images that closely match the user's search intent. This could lead to more accurate and useful search results, especially for searches that rely heavily on visual content. Conversely, landing pages with low-quality or irrelevant images may be demoted in search rankings.
  • To be more favorable to this function, a website could ensure that its images are high-quality, relevant to the content, and accurately labeled with descriptive alt tags and captions. Additionally, the website could use schema markup to provide additional context about the images, such as the image's subject, type, and licensing information. By optimizing images in this way, a website may improve its chances of receiving higher intent scores and, consequently, better search rankings.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

These scores are for image scores in the context of a landing page, which is now a discouraged path of building image classifications. See go/orbit-for-images-v2 for an alternative.

Attributes

  • intents (type: list(String.t), default: nil) - The unique identifier for an Asteroid Belt document intent is being reused here
  • scores (type: list(integer()), default: nil) - The intent scores, scaled to integers between 0 and 100 for compactness.

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.QualityOrbitAsteroidBeltImageIntentScores{
    intents: [String.t()] | nil,
    scores: [integer()] | nil
  }

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.