public sealed class BatchProcessRequest : IMessage<BatchProcessRequest>, IEquatable<BatchProcessRequest>, IDeepCloneable<BatchProcessRequest>, IBufferMessage, IMessageRequest message for batch process document method.
Implements
IMessage<BatchProcessRequest>, IEquatable<BatchProcessRequest>, IDeepCloneable<BatchProcessRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.DocumentAI.V1Assembly
Google.Cloud.DocumentAI.V1.dll
Constructors
BatchProcessRequest()
public BatchProcessRequest()BatchProcessRequest(BatchProcessRequest)
public BatchProcessRequest(BatchProcessRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
BatchProcessRequest |
Properties
DocumentOutputConfig
public DocumentOutputConfig DocumentOutputConfig { get; set; }The overall output config for batch process.
| Property Value | |
|---|---|
| Type | Description |
DocumentOutputConfig |
|
InputDocuments
public BatchDocumentsInputConfig InputDocuments { get; set; }The input documents for batch process.
| Property Value | |
|---|---|
| Type | Description |
BatchDocumentsInputConfig |
|
Name
public string Name { get; set; }Required. The processor resource name.
| Property Value | |
|---|---|
| Type | Description |
String |
|
ProcessorName
public ProcessorName ProcessorName { get; set; }ProcessorName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
ProcessorName |
|
SkipHumanReview
public bool SkipHumanReview { get; set; }Whether Human Review feature should be skipped for this request. Default to false.
| Property Value | |
|---|---|
| Type | Description |
Boolean |
|