View Source GoogleApi.Retail.V2.Model.GoogleCloudRetailV2Image (google_api_retail v0.19.1)
Product image. Recommendations AI and Retail Search use product images to improve prediction and search results. Product images can be returned in results, and are shown in prediction or search previews in the console. Please try to provide correct product images and avoid using images with size too small.
Attributes
-
height
(type:integer()
, default:nil
) - Height of the image in number of pixels. This field must be nonnegative. Otherwise, an INVALID_ARGUMENT error is returned. -
uri
(type:String.t
, default:nil
) - Required. URI of the image. This field must be a valid UTF-8 encoded URI with a length limit of 5,000 characters. Otherwise, an INVALID_ARGUMENT error is returned. Google Merchant Center property image_link. Schema.org property Product.image. -
width
(type:integer()
, default:nil
) - Width of the image in number of pixels. This field must be nonnegative. Otherwise, an INVALID_ARGUMENT error is returned.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.