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."],[[["This page provides documentation for the `DeleteReferenceImageRequest` class within the Google Cloud Vision v1 API, specifically for version 3.4.0, with links to other versions as well."],["`DeleteReferenceImageRequest` is used to send a request to delete a reference image, and it implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors: a default constructor and one that accepts another `DeleteReferenceImageRequest` object as a parameter."],["The `DeleteReferenceImageRequest` class includes two properties, `Name` (a string) and `ReferenceImageName` (a ReferenceImageName type), to specify the resource name of the image to be deleted."],["The documentation provides inherited members, namespace, and assembly information, including links to the full details on each."]]],[]]