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 document provides reference information for the `CreateProcessorRequest` class within the Google Cloud Document AI v1 API, specifically version 3.4.0, and contains information on creating processor requests."],["The content includes a list of available versions for the `CreateProcessorRequest`, ranging from the latest version 3.19.0 down to version 1.0.0."],["The `CreateProcessorRequest` class is used to send a request for creating a processor within a specified project and location, and it is part of the `Google.Cloud.DocumentAI.V1` namespace."],["The document outlines the class's inheritance, including its implementation of interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It details the constructors and properties of the `CreateProcessorRequest` class, including `Parent`, `ParentAsLocationName`, and `Processor`, along with their descriptions and data types."]]],[]]