LensDiscoveryStyleStyleImageTypeSignals

AI Overview😉

  • The potential purpose of this module is to analyze and categorize images on a webpage into different style types, such as "Stage", "Stock", "Street", or "Outfits". This helps Google understand the content and context of the image, which can improve search results and image search functionality.
  • This module could impact search results by influencing the ranking and relevance of image search results. For example, if a webpage has an image that is accurately categorized as "Street" style, it may be more likely to appear in search results for queries related to street fashion. This could also affect the overall relevance and quality of search results, as Google can better understand the content and context of images on a webpage.
  • To be more favorable for this function, a website could ensure that its images are properly tagged and categorized, using relevant alt text and descriptive file names. Additionally, using high-quality and relevant images that accurately represent the content of the webpage could also improve the accuracy of this module's predictions. Furthermore, optimizing images for loading speed and using responsive design could also improve the overall user experience and search engine ranking.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Prediction of a style image type: Stage, Stock, Street or Outfits. Check http://go/styleai-indexing-g3doc#style-image-type-classifier for more details about the Style AI Style Image Type Classifier.

Attributes

  • styleImageTypePredictions (type: list(GoogleApi.ContentWarehouse.V1.Model.LensDiscoveryStyleStyleImageTypeSignalsStyleImageTypePrediction.t), default: nil) - Repeated for # of StyleImageType types.
  • version (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.LensDiscoveryStyleStyleImageTypeSignals{
    styleImageTypePredictions:
      [
        GoogleApi.ContentWarehouse.V1.Model.LensDiscoveryStyleStyleImageTypeSignalsStyleImageTypePrediction.t()
      ]
      | nil,
    version: 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.