public sealed class DeleteProcessorVersionRequest : IMessage<DeleteProcessorVersionRequest>, IEquatable<DeleteProcessorVersionRequest>, IDeepCloneable<DeleteProcessorVersionRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Document AI v1 API class DeleteProcessorVersionRequest.
Request message for the
[DeleteProcessorVersion][google.cloud.documentai.v1.DocumentProcessorService.DeleteProcessorVersion]
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 `DeleteProcessorVersionRequest` class within the Google Cloud Document AI v1 API, specifically for version 3.11.0 of the .NET library."],["The `DeleteProcessorVersionRequest` class is used to define requests for the `DeleteProcessorVersion` method in the `DocumentProcessorService`, enabling the deletion of a processor version."],["The latest version of the API is 3.19.0 and the document list several previous versions of the API from 3.18.0 to 1.0.0."],["The class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `DeleteProcessorVersionRequest` class has properties such as `Name` which is a string representing the processor version resource name, and `ProcessorVersionName` which provides a typed view of the resource name."]]],[]]