public sealed class Image : IMessage<Image>, IEquatable<Image>, IDeepCloneable<Image>, IBufferMessage, IMessage
[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 details the `Image` class within the Google.Cloud.Retail.V2 namespace, covering its implementation, inheritance, and available versions."],["The `Image` class is part of the Google Cloud Retail .NET library and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["While product images, as defined by the `Image` class, are not used to improve prediction or search results, they can be displayed in results and previews."],["The `Image` class has properties such as `Height`, `Uri`, and `Width`, with specific requirements for valid values, such as a non-negative integer for `Height` and `Width`, and a valid UTF-8 URI for `Uri`."],["Multiple versions of the `Image` class are available, ranging from version 1.0.0 to 2.12.0 (latest), accessible through their respective documentation links."]]],[]]