Class BatchProcessDocumentsRequest (1.0.0-beta03)

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

Request to batch process documents as an asynchronous operation. The output is written to Cloud Storage as JSON in the [Document] format.

Inheritance

Object > BatchProcessDocumentsRequest

Namespace

Google.Cloud.DocumentAI.V1Beta2

Assembly

Google.Cloud.DocumentAI.V1Beta2.dll

Constructors

BatchProcessDocumentsRequest()

public BatchProcessDocumentsRequest()

BatchProcessDocumentsRequest(BatchProcessDocumentsRequest)

public BatchProcessDocumentsRequest(BatchProcessDocumentsRequest other)
Parameter
NameDescription
otherBatchProcessDocumentsRequest

Properties

Parent

public string Parent { get; set; }

Target project and location to make a call.

Format: projects/{project-id}/locations/{location-id}.

If no location is specified, a region will be chosen automatically.

Property Value
TypeDescription
String

Requests

public RepeatedField<ProcessDocumentRequest> Requests { get; }

Required. Individual requests for each document.

Property Value
TypeDescription
RepeatedField<ProcessDocumentRequest>