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.
[[["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 page provides documentation for the `EnableProcessorRequest` class within the Google Cloud Document AI v1 API."],["The `EnableProcessorRequest` class is used to send requests for enabling a processor, and is implemented using multiple interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["This documentation covers versions 1.0.0 through 3.19.0 of the API, with 3.19.0 being the latest."],["The `EnableProcessorRequest` class has properties such as `Name` and `ProcessorName`, the former being a string representing the resource name and the latter being a `ProcessorName`-typed view over the `Name`."],["The class is part of the `Google.Cloud.DocumentAI.V1` namespace, found within the `Google.Cloud.DocumentAI.V1.dll` assembly."]]],[]]