ImageRepositoryShoppingProductInformation

AI Overview😉

  • The potential purpose of this module is to recognize and extract product information from images, using a product recognition module called VSS (Visual Search System). This module aims to identify products within images and provide additional information about them, such as versioned product sets.
  • This module could impact search results by influencing the ranking of product-related searches. For instance, if an image contains a recognizable product, the search results may prioritize websites that have accurate and up-to-date product information, or those that have images with similar products. This could lead to more relevant and accurate search results for users searching for specific products.
  • To be more favorable for this function, a website could ensure that its product images are high-quality, well-lit, and clearly display the product. Additionally, providing accurate and up-to-date product information, such as product names, descriptions, and versions, could help the VSS module better recognize and extract product information. Optimizing image metadata, such as alt tags and descriptions, could also improve the module's ability to understand the content of the image.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

A message containing embedding information and localization scores using the VSS product recognition module.

Attributes

  • productSets (type: list(GoogleApi.ContentWarehouse.V1.Model.ImageRepositoryShoppingProductInformationVersionedProductInformationSet.t), default: nil) - Information about versioned product sets found. There will be at most two versions present. The results from the current version of the models used in VSS and the results from the previous version of the models used. Note that not all products may have two version since the model might detect the product in one version and not the other.

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.ImageRepositoryShoppingProductInformation{
    productSets:
      [
        GoogleApi.ContentWarehouse.V1.Model.ImageRepositoryShoppingProductInformationVersionedProductInformationSet.t()
      ]
      | nil
  }

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.