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 page provides documentation for the `DeleteReferenceImageRequest` class within the Google.Cloud.Vision.V1 namespace, specifically for version 2.5.0, with links to other versions."],["The `DeleteReferenceImageRequest` class is used to delete a reference image in the Google Cloud Vision API, as it serves as the request message for the `DeleteReferenceImage` method."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class."],["The class has two constructors: a parameterless constructor and one that takes another `DeleteReferenceImageRequest` object, along with properties such as `Name` and `ReferenceImageName` to define the resource to be deleted."],["The latest version of the documentation available is 3.7.0, with access to previous versions down to 2.3.0."]]],[]]