public static interface BatchProcessMetadata.IndividualProcessStatusOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getHumanReviewStatus()
public abstract HumanReviewStatus getHumanReviewStatus()The status of human review on the processed document.
.google.cloud.documentai.v1.HumanReviewStatus human_review_status = 5;
| Type | Description |
| HumanReviewStatus | The humanReviewStatus. |
getHumanReviewStatusOrBuilder()
public abstract HumanReviewStatusOrBuilder getHumanReviewStatusOrBuilder()The status of human review on the processed document.
.google.cloud.documentai.v1.HumanReviewStatus human_review_status = 5;
| Type | Description |
| HumanReviewStatusOrBuilder |
getInputGcsSource()
public abstract String 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;
| Type | Description |
| String | The inputGcsSource. |
getInputGcsSourceBytes()
public abstract 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;
| Type | Description |
| ByteString | The bytes for inputGcsSource. |
getOutputGcsDestination()
public abstract 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;
| Type | Description |
| String | The outputGcsDestination. |
getOutputGcsDestinationBytes()
public abstract 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;
| Type | Description |
| ByteString | The bytes for outputGcsDestination. |
getStatus()
public abstract Status getStatus()The status processing the document.
.google.rpc.Status status = 2;
| Type | Description |
| com.google.rpc.Status | The status. |
getStatusOrBuilder()
public abstract StatusOrBuilder getStatusOrBuilder()The status processing the document.
.google.rpc.Status status = 2;
| Type | Description |
| com.google.rpc.StatusOrBuilder |
hasHumanReviewStatus()
public abstract boolean hasHumanReviewStatus()The status of human review on the processed document.
.google.cloud.documentai.v1.HumanReviewStatus human_review_status = 5;
| Type | Description |
| boolean | Whether the humanReviewStatus field is set. |
hasStatus()
public abstract boolean hasStatus()The status processing the document.
.google.rpc.Status status = 2;
| Type | Description |
| boolean | Whether the status field is set. |