public interface BatchProcessRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
DocumentOutputConfig |
getDocumentOutputConfig()
The overall output config for batch process.
|
DocumentOutputConfigOrBuilder |
getDocumentOutputConfigOrBuilder()
The overall output config for batch process.
|
BatchDocumentsInputConfig |
getInputDocuments()
The input documents for batch process.
|
BatchDocumentsInputConfigOrBuilder |
getInputDocumentsOrBuilder()
The input documents for batch process.
|
String |
getName()
Required.
|
com.google.protobuf.ByteString |
getNameBytes()
Required.
|
boolean |
getSkipHumanReview()
Whether Human Review feature should be skipped for this request.
|
boolean |
hasDocumentOutputConfig()
The overall output config for batch process.
|
boolean |
hasInputDocuments()
The input documents for batch process.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
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}`
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getNameBytes()
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}`
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
boolean hasInputDocuments()
The input documents for batch process.
.google.cloud.documentai.v1.BatchDocumentsInputConfig input_documents = 5;BatchDocumentsInputConfig getInputDocuments()
The input documents for batch process.
.google.cloud.documentai.v1.BatchDocumentsInputConfig input_documents = 5;BatchDocumentsInputConfigOrBuilder getInputDocumentsOrBuilder()
The input documents for batch process.
.google.cloud.documentai.v1.BatchDocumentsInputConfig input_documents = 5;boolean hasDocumentOutputConfig()
The overall output config for batch process.
.google.cloud.documentai.v1.DocumentOutputConfig document_output_config = 6;DocumentOutputConfig getDocumentOutputConfig()
The overall output config for batch process.
.google.cloud.documentai.v1.DocumentOutputConfig document_output_config = 6;DocumentOutputConfigOrBuilder getDocumentOutputConfigOrBuilder()
The overall output config for batch process.
.google.cloud.documentai.v1.DocumentOutputConfig document_output_config = 6;boolean getSkipHumanReview()
Whether Human Review feature should be skipped for this request. Default to false.
bool skip_human_review = 4;Copyright © 2022 Google LLC. All rights reserved.