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 webpage provides reference documentation for the `DeleteProcessorRequest` class within the Google Cloud Document AI v1 API, specifically for .NET developers."],["The latest version of the Document AI API available is 3.19.0, but this page is displaying version 3.6.0, with a list of versions going back to 1.0.0 that can be selected."],["The `DeleteProcessorRequest` class is used to create request messages for deleting a processor resource in the Document AI API."],["This class has properties such as `Name` (a string representing the processor resource name) and `ProcessorName` (a `ProcessorName`-typed view of the `Name`)."],["The DeleteProcessorRequest class implements multiple interfaces including IMessage, IEquatable, IDeepCloneable, and IBufferMessage."]]],[]]