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.
Implements
IMessage<CreateProcessorRequest>, IEquatable<CreateProcessorRequest>, IDeepCloneable<CreateProcessorRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.DocumentAI.V1Assembly
Google.Cloud.DocumentAI.V1.dll
Constructors
CreateProcessorRequest()
public CreateProcessorRequest()
CreateProcessorRequest(CreateProcessorRequest)
public CreateProcessorRequest(CreateProcessorRequest other)
Parameter | |
---|---|
Name | Description |
other | CreateProcessorRequest |
Properties
Parent
public string Parent { get; set; }
Required. The parent (project and location) under which to create the
processor. Format: projects/{project}/locations/{location}
Property Value | |
---|---|
Type | Description |
String |
ParentAsLocationName
public LocationName ParentAsLocationName { get; set; }
LocationName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
LocationName |
Processor
public Processor Processor { get; set; }
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.
Property Value | |
---|---|
Type | Description |
Processor |