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 `EnableProcessorRequest` class is part of the Google Cloud Document AI v1 API, specifically in version 3.17.0, and it is used to enable a document processor."],["The `EnableProcessorRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing various functionalities like message handling and cloning."],["The class includes properties such as `Name`, a string representing the required processor resource name, and `ProcessorName`, which offers a typed view over the `Name` property."],["The webpage provides a comprehensive list of historical versions of the `EnableProcessorRequest`, going back as far as version 1.0.0, with the most recent being version 3.19.0."]]],[]]