public static interface BatchProcessMetadata.IndividualProcessStatusOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getHumanReviewOperation()
Deprecated.
google.cloud.documentai.v1beta3.BatchProcessMetadata.IndividualProcessStatus.human_review_operation
is deprecated. See google/cloud/documentai/v1beta3/document_processor_service.proto;l=636
|
com.google.protobuf.ByteString |
getHumanReviewOperationBytes()
Deprecated.
google.cloud.documentai.v1beta3.BatchProcessMetadata.IndividualProcessStatus.human_review_operation
is deprecated. See google/cloud/documentai/v1beta3/document_processor_service.proto;l=636
|
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][google.cloud.documentai.v1beta3.BatchProcessMetadata.IndividualProcessStatus.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][google.cloud.documentai.v1beta3.BatchProcessMetadata.IndividualProcessStatus.input_gcs_source]
field in the request when the batch process started.
|
String |
getOutputGcsDestination()
The Cloud Storage output destination (in the request as
[DocumentOutputConfig.GcsOutputConfig.gcs_uri][google.cloud.documentai.v1beta3.DocumentOutputConfig.GcsOutputConfig.gcs_uri])
of the processed document if it was successful, otherwise empty.
|
com.google.protobuf.ByteString |
getOutputGcsDestinationBytes()
The Cloud Storage output destination (in the request as
[DocumentOutputConfig.GcsOutputConfig.gcs_uri][google.cloud.documentai.v1beta3.DocumentOutputConfig.GcsOutputConfig.gcs_uri])
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][google.cloud.documentai.v1beta3.BatchProcessMetadata.IndividualProcessStatus.input_gcs_source] field in the request when the batch process started.
string input_gcs_source = 1;com.google.protobuf.ByteString getInputGcsSourceBytes()
The source of the document, same as the [input_gcs_source][google.cloud.documentai.v1beta3.BatchProcessMetadata.IndividualProcessStatus.input_gcs_source] field in the request when the batch process started.
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 Cloud Storage output destination (in the request as [DocumentOutputConfig.GcsOutputConfig.gcs_uri][google.cloud.documentai.v1beta3.DocumentOutputConfig.GcsOutputConfig.gcs_uri]) of the processed document if it was successful, otherwise empty.
string output_gcs_destination = 3;com.google.protobuf.ByteString getOutputGcsDestinationBytes()
The Cloud Storage output destination (in the request as [DocumentOutputConfig.GcsOutputConfig.gcs_uri][google.cloud.documentai.v1beta3.DocumentOutputConfig.GcsOutputConfig.gcs_uri]) of the processed document if it was successful, otherwise empty.
string output_gcs_destination = 3;@Deprecated String getHumanReviewOperation()
The name of the operation triggered by the processed document. If the human review process isn't triggered, this field will be empty. It has the same response type and metadata as the long-running operation returned by the [ReviewDocument][google.cloud.documentai.v1beta3.DocumentProcessorService.ReviewDocument] method.
string human_review_operation = 4 [deprecated = true];@Deprecated com.google.protobuf.ByteString getHumanReviewOperationBytes()
The name of the operation triggered by the processed document. If the human review process isn't triggered, this field will be empty. It has the same response type and metadata as the long-running operation returned by the [ReviewDocument][google.cloud.documentai.v1beta3.DocumentProcessorService.ReviewDocument] method.
string human_review_operation = 4 [deprecated = true];boolean hasHumanReviewStatus()
The status of human review on the processed document.
.google.cloud.documentai.v1beta3.HumanReviewStatus human_review_status = 5;HumanReviewStatus getHumanReviewStatus()
The status of human review on the processed document.
.google.cloud.documentai.v1beta3.HumanReviewStatus human_review_status = 5;HumanReviewStatusOrBuilder getHumanReviewStatusOrBuilder()
The status of human review on the processed document.
.google.cloud.documentai.v1beta3.HumanReviewStatus human_review_status = 5;Copyright © 2024 Google LLC. All rights reserved.