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.v1.HumanReviewStatus.State state = 1;HumanReviewStatus.State getState()
The state of human review on the processing request.
.google.cloud.documentai.v1.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] is [HUMAN_REVIEW_IN_PROGRESS]. It has the same response type and metadata as the long running operation returned by [ReviewDocument] method.
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] is [HUMAN_REVIEW_IN_PROGRESS]. It has the same response type and metadata as the long running operation returned by [ReviewDocument] method.
string human_review_operation = 3;Copyright © 2022 Google LLC. All rights reserved.