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 page provides reference documentation for the `DeleteProcessorVersionRequest` class within the Google Cloud Document AI v1 API, specifically for version 3.16.0."],["The `DeleteProcessorVersionRequest` class is used to send a request to delete a processor version in the Document AI service, and it implements interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class includes properties such as `Name` which represents the resource name of the processor version to be deleted, and `ProcessorVersionName`, providing a typed view over the `Name` property."],["This page lists all the different versions of the `DeleteProcessorVersionRequest` class, with version 3.19.0 being the latest, dating back as far as version 1.0.0."]]],[]]