Interface BatchProcessMetadata.IndividualProcessStatusOrBuilder (2.45.0)

public static interface BatchProcessMetadata.IndividualProcessStatusOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getHumanReviewOperation() (deprecated)

public abstract String getHumanReviewOperation()

Deprecated. google.cloud.documentai.v1beta3.BatchProcessMetadata.IndividualProcessStatus.human_review_operation is deprecated. See google/cloud/documentai/v1beta3/document_processor_service.proto;l=597

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 method.

string human_review_operation = 4 [deprecated = true];

Returns
TypeDescription
String

The humanReviewOperation.

getHumanReviewOperationBytes() (deprecated)

public abstract ByteString getHumanReviewOperationBytes()

Deprecated. google.cloud.documentai.v1beta3.BatchProcessMetadata.IndividualProcessStatus.human_review_operation is deprecated. See google/cloud/documentai/v1beta3/document_processor_service.proto;l=597

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 method.

string human_review_operation = 4 [deprecated = true];

Returns
TypeDescription
ByteString

The bytes for humanReviewOperation.

getHumanReviewStatus()

public abstract HumanReviewStatus getHumanReviewStatus()

The status of human review on the processed document.

.google.cloud.documentai.v1beta3.HumanReviewStatus human_review_status = 5;

Returns
TypeDescription
HumanReviewStatus

The humanReviewStatus.

getHumanReviewStatusOrBuilder()

public abstract HumanReviewStatusOrBuilder getHumanReviewStatusOrBuilder()

The status of human review on the processed document.

.google.cloud.documentai.v1beta3.HumanReviewStatus human_review_status = 5;

Returns
TypeDescription
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.

string input_gcs_source = 1;

Returns
TypeDescription
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.

string input_gcs_source = 1;

Returns
TypeDescription
ByteString

The bytes for inputGcsSource.

getOutputGcsDestination()

public abstract String getOutputGcsDestination()

The Cloud Storage output destination (in the request as DocumentOutputConfig.GcsOutputConfig.gcs_uri) of the processed document if it was successful, otherwise empty.

string output_gcs_destination = 3;

Returns
TypeDescription
String

The outputGcsDestination.

getOutputGcsDestinationBytes()

public abstract ByteString getOutputGcsDestinationBytes()

The Cloud Storage output destination (in the request as DocumentOutputConfig.GcsOutputConfig.gcs_uri) of the processed document if it was successful, otherwise empty.

string output_gcs_destination = 3;

Returns
TypeDescription
ByteString

The bytes for outputGcsDestination.

getStatus()

public abstract Status getStatus()

The status processing the document.

.google.rpc.Status status = 2;

Returns
TypeDescription
com.google.rpc.Status

The status.

getStatusOrBuilder()

public abstract StatusOrBuilder getStatusOrBuilder()

The status processing the document.

.google.rpc.Status status = 2;

Returns
TypeDescription
com.google.rpc.StatusOrBuilder

hasHumanReviewStatus()

public abstract boolean hasHumanReviewStatus()

The status of human review on the processed document.

.google.cloud.documentai.v1beta3.HumanReviewStatus human_review_status = 5;

Returns
TypeDescription
boolean

Whether the humanReviewStatus field is set.

hasStatus()

public abstract boolean hasStatus()

The status processing the document.

.google.rpc.Status status = 2;

Returns
TypeDescription
boolean

Whether the status field is set.