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 document provides reference information for the `DeleteReferenceImageRequest` class within the Google Cloud Vision v1 API, specifically version 3.6.0, and outlines how to delete reference images."],["`DeleteReferenceImageRequest` is a class used to format and send a request to delete a reference image using the API."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["The class has two constructors, a parameterless one and one that accepts another `DeleteReferenceImageRequest` object."],["Key properties include `Name` (the resource name of the image to delete) and `ReferenceImageName`, which provides a typed view of the resource name."]]],[]]