public sealed class GetReferenceImageRequest : IMessage<GetReferenceImageRequest>, IEquatable<GetReferenceImageRequest>, IDeepCloneable<GetReferenceImageRequest>, IBufferMessage, IMessage
[[["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-03-21 UTC."],[[["This document outlines the `GetReferenceImageRequest` class, which is used to request a specific reference image within the Google Cloud Vision API's product search functionality."],["The latest version available is 3.7.0, but this document specifically details version 3.0.0, with historical versions from 3.6.0 to 2.3.0 also being available for use."],["The `GetReferenceImageRequest` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering methods for creating, comparing, and managing instances."],["The class contains properties such as `Name`, which is a string that holds the resource name of the reference image, and `ReferenceImageName`, a typed view of the `Name` property."],["There are two constructors available, a default constructor and one that accepts another instance of `GetReferenceImageRequest` to create a new instance based on it."]]],[]]