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 webpage provides reference documentation for the `EnableProcessorRequest` class within the Google Cloud Document AI v1 API, specifically for .NET development."],["The `EnableProcessorRequest` class is used to enable a processor in the Document AI API and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest available version of the API is 3.19.0, while this specific page is related to version 3.4.0, with various other versions linked from 1.0.0 to 3.18.0."],["The class has two constructors, a default one, and another that copies an existing `EnableProcessorRequest` object."],["The `EnableProcessorRequest` class has properties for `Name` (a string) and a `ProcessorName` which provides a typed view over the resource name property."]]],[]]