public sealed class DeleteReferenceImageRequest : IMessage<DeleteReferenceImageRequest>, IEquatable<DeleteReferenceImageRequest>, IDeepCloneable<DeleteReferenceImageRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Vision v1 API class DeleteReferenceImageRequest.
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-03-21 UTC."],[[["This document provides reference information for the `DeleteReferenceImageRequest` class within the Google Cloud Vision v1 API, specifically for version 3.2.0."],["`DeleteReferenceImageRequest` is a request message used to delete a reference image, and it implements several interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class contains properties `Name` (a string representing the resource name of the image to be deleted) and `ReferenceImageName` (a typed view over the resource name), to be able to identify and carry out the deletion."],["The latest version available for this specific class is 3.7.0, with multiple previous versions also documented here, all the way back to 2.3.0."],["This page also contains information about the constructors, inherited members, namespace, and assembly associated with the `DeleteReferenceImageRequest` class."]]],[]]