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, which is part of the Google Cloud Vision V1 library for .NET."],["The `DeleteReferenceImageRequest` class is a request message used in the `DeleteReferenceImage` method, implementing multiple interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["This resource has versions available ranging from 2.3.0 up to the latest 3.7.0, and can be accessed for each specific version."],["The class contains properties such as `Name` (a string) and `ReferenceImageName`, which are used to specify the resource name of the reference image to be deleted."],["This page contains two constructors for the `DeleteReferenceImageRequest` class: a default one and another which takes a `DeleteReferenceImageRequest` object as a parameter."]]],[]]