public sealed class DeleteProcessorRequest : IMessage<DeleteProcessorRequest>, IEquatable<DeleteProcessorRequest>, IDeepCloneable<DeleteProcessorRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Document AI v1 API class DeleteProcessorRequest.
[[["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 `DeleteProcessorRequest` class within the Google Cloud Document AI v1 API, specifically for .NET development."],["The latest version of the Document AI API is 3.19.0, with the page detailing version 3.3.0 of the `DeleteProcessorRequest`."],["The `DeleteProcessorRequest` class is used to send requests to delete a processor resource, and it inherits from various interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `Name`, which represents the processor resource name to be deleted, and `ProcessorName`, a typed view of the name."],["The available versions for `DeleteProcessorRequest` are listed, spanning from version 1.0.0 to 3.19.0, allowing developers to browse through previous releases."]]],[]]