public sealed class GetReferenceImageRequest : IMessage<GetReferenceImageRequest>, IEquatable<GetReferenceImageRequest>, IDeepCloneable<GetReferenceImageRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Vision v1 API class GetReferenceImageRequest.
[[["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 provides reference information for the `GetReferenceImageRequest` class within the Google Cloud Vision v1 API, specifically for version 3.4.0."],["`GetReferenceImageRequest` is used as a request message for the `GetReferenceImage` method, enabling retrieval of a specific reference image."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling and data management."],["The class has two constructors, `GetReferenceImageRequest()` and `GetReferenceImageRequest(GetReferenceImageRequest other)`, to create new instances and copies respectively."],["The class exposes properties such as `Name` (a string representing the resource name) and `ReferenceImageName` (a typed view over the resource name) for defining the targeted reference image."]]],[]]