public sealed class DisableProcessorRequest : IMessage<DisableProcessorRequest>, IEquatable<DisableProcessorRequest>, IDeepCloneable<DisableProcessorRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Document AI v1 API class DisableProcessorRequest.
Request message for the
[DisableProcessor][google.cloud.documentai.v1.DocumentProcessorService.DisableProcessor]
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."],[[["The webpage provides reference documentation for the `DisableProcessorRequest` class within the Google Cloud Document AI v1 API, specifically for the .NET environment."],["The content details the various versions of the `DisableProcessorRequest` class, ranging from version 1.0.0 to the latest version 3.19.0."],["`DisableProcessorRequest` is a message type used to send requests to disable a processor in the Document AI service, implementing multiple interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The `DisableProcessorRequest` class has properties such as `Name`, which is a string representing the resource name of the processor, and `ProcessorName`, which offers a typed view of the processor's resource name."],["The page includes information about the class's constructors, inherited members, namespace, and the assembly it belongs to, enabling users to fully understand the class and the context of its use."]]],[]]