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 webpage details the `GetReferenceImageRequest` class, which is used to request a specific reference image."],["The `GetReferenceImageRequest` class is part of the `Google.Cloud.Vision.V1` namespace, found within the `Google.Cloud.Vision.V1.dll` assembly."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It provides two constructors, one default and one that takes another `GetReferenceImageRequest` object for copying."],["It contains two properties: `Name`, a string representing the resource name of the reference image, and `ReferenceImageName`, a typed view over the `Name` property."]]],[]]