public static interface BatchProcessMetadata.IndividualProcessStatusOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
HumanReviewStatus |
getHumanReviewStatus()
The status of human review on the processed document.
|
HumanReviewStatusOrBuilder |
getHumanReviewStatusOrBuilder()
The status of human review on the processed document.
|
String |
getInputGcsSource()
The source of the document, same as the [input_gcs_source] field in the
request when the batch process started.
|
com.google.protobuf.ByteString |
getInputGcsSourceBytes()
The source of the document, same as the [input_gcs_source] field in the
request when the batch process started.
|
String |
getOutputGcsDestination()
The output_gcs_destination (in the request as `output_gcs_destination`)
of the processed document if it was successful, otherwise empty.
|
com.google.protobuf.ByteString |
getOutputGcsDestinationBytes()
The output_gcs_destination (in the request as `output_gcs_destination`)
of the processed document if it was successful, otherwise empty.
|
com.google.rpc.Status |
getStatus()
The status processing the document.
|
com.google.rpc.StatusOrBuilder |
getStatusOrBuilder()
The status processing the document.
|
boolean |
hasHumanReviewStatus()
The status of human review on the processed document.
|
boolean |
hasStatus()
The status processing the document.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getInputGcsSource()
The source of the document, same as the [input_gcs_source] field in the request when the batch process started. The batch process is started by take snapshot of that document, since a user can move or change that document during the process.
string input_gcs_source = 1;com.google.protobuf.ByteString getInputGcsSourceBytes()
The source of the document, same as the [input_gcs_source] field in the request when the batch process started. The batch process is started by take snapshot of that document, since a user can move or change that document during the process.
string input_gcs_source = 1;boolean hasStatus()
The status processing the document.
.google.rpc.Status status = 2;com.google.rpc.Status getStatus()
The status processing the document.
.google.rpc.Status status = 2;com.google.rpc.StatusOrBuilder getStatusOrBuilder()
The status processing the document.
.google.rpc.Status status = 2;String getOutputGcsDestination()
The output_gcs_destination (in the request as `output_gcs_destination`) of the processed document if it was successful, otherwise empty.
string output_gcs_destination = 3;com.google.protobuf.ByteString getOutputGcsDestinationBytes()
The output_gcs_destination (in the request as `output_gcs_destination`) of the processed document if it was successful, otherwise empty.
string output_gcs_destination = 3;boolean hasHumanReviewStatus()
The status of human review on the processed document.
.google.cloud.documentai.v1.HumanReviewStatus human_review_status = 5;HumanReviewStatus getHumanReviewStatus()
The status of human review on the processed document.
.google.cloud.documentai.v1.HumanReviewStatus human_review_status = 5;HumanReviewStatusOrBuilder getHumanReviewStatusOrBuilder()
The status of human review on the processed document.
.google.cloud.documentai.v1.HumanReviewStatus human_review_status = 5;Copyright © 2022 Google LLC. All rights reserved.