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."],[[["The `DeleteReferenceImageRequest` class is used to send a request to delete a reference image within the Google Cloud Vision v1 API, with the latest version being 3.7.0."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `object` class."],["The `DeleteReferenceImageRequest` class contains two constructors: a default one and one that accepts another `DeleteReferenceImageRequest` object for cloning."],["It has two key properties: `Name`, which is a string representing the resource name of the image to delete, and `ReferenceImageName`, which is a `ReferenceImageName`-typed view over the `Name` property."],["The API has had at least 11 versions, ranging from version 2.3.0 to the latest version of 3.7.0, as shown in the list of available versions."]]],[]]