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-04-17 UTC."],[[["This webpage details the `GetReferenceImageRequest` class, which is used to request a specific reference image in the Google Cloud Vision API, specifically within version 2.4.0 of the library."],["The `GetReferenceImageRequest` class inherits from `Object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for various functionalities."],["There are two constructors, a parameterless one and another that takes another `GetReferenceImageRequest` object as an argument for duplicating the object, offering two ways to generate an instance of the object."],["The class includes two key properties, `Name`, a string representing the resource name of the desired reference image, and `ReferenceImageName`, providing a strongly-typed representation of the same resource name."],["The webpage includes a table of different version numbers, from 3.7.0 (latest) down to 2.3.0, and they all contain the same GetReferenceImageRequest functionality within them."]]],[]]