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-10 UTC."],[[["This document provides reference details for the `Image` class within the Google Cloud Retail V2 API, with version 2.10.0 being the currently viewed version but with 2.12.0 as the latest."],["The `Image` class, which represents a product image, implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `Image` class offers properties to define the `Height`, `Uri`, and `Width` of an image, ensuring these properties meet specific requirements such as being non-negative for height and width, or a valid UTF-8 encoded URI for the url."],["The `Image` class offers 2 constructors, one is a default constructor and the other takes in an `Image` object to copy."],["The document lists available versions of the API from 1.0.0 all the way up to 2.12.0."]]],[]]