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):
Attributes
-
inferredImageId
(type:String.t
, default:nil
)
- -
inferredImageSource
(type:String.t
, default:nil
)
- -
inferredImageType
(type:String.t
, default:nil
)
- -
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
}
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