ShoppingWebentityShoppingAnnotationInferredImage

GoogleApi.ContentWarehouse.V1.Model.ShoppingWebentityShoppingAnnotationInferredImage


Table of Contents ▼

Jump to a specific part of the page:

Description

Images inferred from context instead of propagated from Shopping backends. The same image might be inferred via different means; then it may appear multiple times in Offer.inferred_images list with different values of inferred_image_type field.

Attributes List

This module has the following attributes (case-insensitive ascending order):

View Attributes

Attributes

  1. inferredImageId (type: String.t, default: nil)
    -
  2. inferredImageSource (type: String.t, default: nil)
    -
  3. inferredImageType (type: String.t, default: nil)
    -
  4. neardupInfo (type: list(GoogleApi.ContentWarehouse.V1.Model.ShoppingWebentityShoppingAnnotationInferredImageNeardupInfo), default: nil)
    - This field will only be populated if the inferred image is a neardup of an inferred image. It stores the type and source of the images it is a neardup of.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.ShoppingWebentityShoppingAnnotationInferredImage{
inferredImageId: String.t() | nil,
inferredImageSource: String.t() | nil,
inferredImageType: String.t() | nil,
neardupInfo: [ GoogleApi.ContentWarehouse.V1.Model.ShoppingWebentityShoppingAnnotationInferredImageNeardupInfo.t() ] | nil
}

Function

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

Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.ShoppingWebentityShoppingAnnotationInferredImage