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 3.0.0."],["The `DeleteReferenceImageRequest` class is used to create requests for deleting a reference image, implementing interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from `Object` and includes two constructors, a default one and another that takes a `DeleteReferenceImageRequest` object as a parameter, offering flexibility in creating instances."],["The `DeleteReferenceImageRequest` class has two properties: `Name`, which is a required string representing the resource name of the reference image to delete, and `ReferenceImageName`, providing a typed view over the `Name` property."],["The page details the availability of multiple versions of the `DeleteReferenceImageRequest`, starting from version 2.3.0 up to the latest version 3.7.0, as well as their respective links to the documentation."]]],[]]