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."],[[["This webpage provides reference documentation for the `DisableProcessorRequest` class within the Google Cloud Document AI v1 API, specifically within the .NET environment."],["The content details the various versions of the API, from 1.0.0 up to the latest 3.19.0, showing the currently viewed 3.18.0 version."],["`DisableProcessorRequest` is used to request the disabling of a processor within the Document AI API, and it inherits from `object` and implements several interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class has two constructors, a default and one that accepts another `DisableProcessorRequest` instance for cloning, along with two properties: `Name` (a string), and a `ProcessorName` typed view of the `Name` property."]]],[]]