public sealed class CreateProcessorRequest : IMessage<CreateProcessorRequest>, IEquatable<CreateProcessorRequest>, IDeepCloneable<CreateProcessorRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Document AI v1 API class CreateProcessorRequest.
Request message for create a processor. Notice this request is sent to
a regionalized backend service, and if the processor type is not available
on that region, the creation will fail.
Required. The processor to be created, requires [processor_type] and [display_name]
to be set. Also, the processor is under CMEK if CMEK fields are set.
[[["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 `CreateProcessorRequest` class within the Google Cloud Document AI v1 API, specifically for .NET."],["It details the different versions of the `CreateProcessorRequest` class, with version 3.19.0 being the latest available, as well as showing all available versions."],["The `CreateProcessorRequest` class is used to create a processor, with the request being sent to a regionalized backend service, which may fail if the processor type is unavailable in that region."],["The page includes details on the `CreateProcessorRequest` class's inheritance, implementation of various interfaces, its constructors, and properties like `Parent`, `ParentAsLocationName`, and `Processor`."],["The documentation provides information about the namespace (`Google.Cloud.DocumentAI.V1`) and the assembly (`Google.Cloud.DocumentAI.V1.dll`) where this class is located."]]],[]]