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."],[[["This webpage provides reference documentation for the `Image` class within the Google Cloud Retail V2 API, covering versions from 1.0.0 to the latest 2.12.0."],["The `Image` class, which is part of the `Google.Cloud.Retail.V2` namespace, represents an image associated with a product, and it does not affect the search and prediction results in the AI search."],["The `Image` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["Key properties of the `Image` class include `Height`, `Uri`, and `Width`, each with specific requirements for valid data, such as non-negative values for height and width, and a valid UTF-8 encoded URI."],["The `Image` class has two constructors: a parameterless constructor and a constructor that takes another `Image` object as a parameter to copy its values."]]],[]]