public sealed class Image : IMessage<Image>, IEquatable<Image>, IDeepCloneable<Image>, IBufferMessage, IMessage
Reference documentation and code samples for the Retail v2 API class Image.
[Product][google.cloud.retail.v2.Product] image. Recommendations AI and
Retail Search do not use product images to improve prediction and search
results. However, product images can be returned in results, and are shown in
prediction or search previews in the console.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-06-12 UTC."],[[["The latest version of the Retail v2 API class Image is 2.12.0, with a range of previous versions available from 2.11.0 down to 1.0.0, as listed in the document."],["The `Image` class includes properties for `Height`, `Uri`, and `Width`, representing the image's dimensions and source, and the `Uri` property is required and must be a valid UTF-8 URI with a maximum length of 5,000 characters."],["The purpose of product images within this API is primarily for display, as they are returned in search results and can be previewed, but are not used by Recommendations AI or Retail Search to refine prediction and search outcomes."],["The Image class inherits properties from object and implements multiple interfaces including IMessage, IEquatable, IDeepCloneable, and IBufferMessage."]]],[]]