public sealed class DeleteReferenceImageRequest : IMessage<DeleteReferenceImageRequest>, IEquatable<DeleteReferenceImageRequest>, IDeepCloneable<DeleteReferenceImageRequest>, IBufferMessage, IMessage
Request message for the DeleteReferenceImage method.
[[["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 page provides documentation for the `DeleteReferenceImageRequest` class within the Google.Cloud.Vision.V1 namespace, specifically for version 2.4.0 and other versions, up to the latest."],["`DeleteReferenceImageRequest` is a message type used for requesting the deletion of a reference image, as indicated in the documentation and is a part of a collection of classes in the namespace."],["The class `DeleteReferenceImageRequest` inherits from `Object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, making it a comprehensive data structure for the relevant google cloud vision."],["The `DeleteReferenceImageRequest` has properties like `Name` (a string) and `ReferenceImageName` that are used for specifying the resource to be deleted, with the format specified in the documentation."],["The page allows you to view different versions of this API, ranging from 2.3.0 all the way up to 3.7.0, with the latter being the most recent."]]],[]]