public interface HumanReviewStatusOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getHumanReviewOperation()
The name of the operation triggered by the processed document.
|
com.google.protobuf.ByteString |
getHumanReviewOperationBytes()
The name of the operation triggered by the processed document.
|
HumanReviewStatus.State |
getState()
The state of human review on the processing request.
|
String |
getStateMessage()
A message providing more details about the human review state.
|
com.google.protobuf.ByteString |
getStateMessageBytes()
A message providing more details about the human review state.
|
int |
getStateValue()
The state of human review on the processing request.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getStateValue()
The state of human review on the processing request.
.google.cloud.documentai.v1beta3.HumanReviewStatus.State state = 1;HumanReviewStatus.State getState()
The state of human review on the processing request.
.google.cloud.documentai.v1beta3.HumanReviewStatus.State state = 1;String getStateMessage()
A message providing more details about the human review state.
string state_message = 2;com.google.protobuf.ByteString getStateMessageBytes()
A message providing more details about the human review state.
string state_message = 2;String getHumanReviewOperation()
The name of the operation triggered by the processed document. This field is populated only when the [state][google.cloud.documentai.v1beta3.HumanReviewStatus.state] is `HUMAN_REVIEW_IN_PROGRESS`. It has the same response type and metadata as the long-running operation returned by [ReviewDocument][google.cloud.documentai.v1beta3.DocumentProcessorService.ReviewDocument].
string human_review_operation = 3;com.google.protobuf.ByteString getHumanReviewOperationBytes()
The name of the operation triggered by the processed document. This field is populated only when the [state][google.cloud.documentai.v1beta3.HumanReviewStatus.state] is `HUMAN_REVIEW_IN_PROGRESS`. It has the same response type and metadata as the long-running operation returned by [ReviewDocument][google.cloud.documentai.v1beta3.DocumentProcessorService.ReviewDocument].
string human_review_operation = 3;Copyright © 2024 Google LLC. All rights reserved.