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-03-21 UTC."],[[["This webpage details the `DeleteReferenceImageRequest` class, which is used to send requests for deleting a reference image in the Google Cloud Vision API."],["The class is part of the `Google.Cloud.Vision.V1` namespace and is available in the `Google.Cloud.Vision.V1.dll` assembly, with the most recent version being 3.7.0."],["`DeleteReferenceImageRequest` implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` for handling message serialization, equality checks, deep cloning, and buffer management."],["The class has two constructors, a default one, and another that copies the values from an existing `DeleteReferenceImageRequest` instance."],["It contains two key properties: `Name`, a string representing the resource name of the image to be deleted, and `ReferenceImageName`, which is a typed view over the `Name` resource."]]],[]]