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.
Implements
IMessage<BatchProcessDocumentsRequest>, IEquatable<BatchProcessDocumentsRequest>, IDeepCloneable<BatchProcessDocumentsRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.DocumentAI.V1Beta2Assembly
Google.Cloud.DocumentAI.V1Beta2.dll
Constructors
BatchProcessDocumentsRequest()
public BatchProcessDocumentsRequest()
BatchProcessDocumentsRequest(BatchProcessDocumentsRequest)
public BatchProcessDocumentsRequest(BatchProcessDocumentsRequest other)
Parameter | |
---|---|
Name | Description |
other | BatchProcessDocumentsRequest |
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 | |
---|---|
Type | Description |
String |
Requests
public RepeatedField<ProcessDocumentRequest> Requests { get; }
Required. Individual requests for each document.
Property Value | |
---|---|
Type | Description |
RepeatedField<ProcessDocumentRequest> |