Cloud Document AI v1 API - Class BatchProcessRequest (3.5.0)

public sealed class BatchProcessRequest : IMessage<BatchProcessRequest>, IEquatable<BatchProcessRequest>, IDeepCloneable<BatchProcessRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Document AI v1 API class BatchProcessRequest.

Request message for batch process document method.

Inheritance

Object > BatchProcessRequest

Namespace

Google.Cloud.DocumentAI.V1

Assembly

Google.Cloud.DocumentAI.V1.dll

Constructors

BatchProcessRequest()

public BatchProcessRequest()

BatchProcessRequest(BatchProcessRequest)

public BatchProcessRequest(BatchProcessRequest other)
Parameter
NameDescription
otherBatchProcessRequest

Properties

DocumentOutputConfig

public DocumentOutputConfig DocumentOutputConfig { get; set; }

The overall output config for batch process.

Property Value
TypeDescription
DocumentOutputConfig

InputDocuments

public BatchDocumentsInputConfig InputDocuments { get; set; }

The input documents for batch process.

Property Value
TypeDescription
BatchDocumentsInputConfig

Name

public string Name { get; set; }

Required. The resource name of [Processor][google.cloud.documentai.v1.Processor] or [ProcessorVersion][google.cloud.documentai.v1.ProcessorVersion]. Format: projects/{project}/locations/{location}/processors/{processor}, or projects/{project}/locations/{location}/processors/{processor}/processorVersions/{processorVersion}

Property Value
TypeDescription
String

ResourceName

public IResourceName ResourceName { get; set; }

IResourceName-typed view over the Name resource name property.

Property Value
TypeDescription
IResourceName

SkipHumanReview

public bool SkipHumanReview { get; set; }

Whether Human Review feature should be skipped for this request. Default to false.

Property Value
TypeDescription
Boolean