public sealed class EnableProcessorRequest : IMessage<EnableProcessorRequest>, IEquatable<EnableProcessorRequest>, IDeepCloneable<EnableProcessorRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Document AI v1 API class EnableProcessorRequest.
Request message for the
[EnableProcessor][google.cloud.documentai.v1.DocumentProcessorService.EnableProcessor] 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 page provides reference documentation for the `EnableProcessorRequest` class within the Google Cloud Document AI v1 API, specifically for .NET development."],["It details the `EnableProcessorRequest` class, which is used to send requests to enable a processor, and its relationship to the `DocumentProcessorService.EnableProcessor` method."],["The documentation lists available versions of the `EnableProcessorRequest` class, ranging from version 1.0.0 up to the latest version, 3.19.0."],["The `EnableProcessorRequest` class inherits from `object` and implements several interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, a default and one that takes another `EnableProcessorRequest` object, and it includes two properties: `Name` and `ProcessorName`, each serving specific functions within the request process."]]],[]]