public interface ReviewDocumentResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getGcsDestination()
The Cloud Storage uri for the human reviewed document if the review is
succeeded.
|
com.google.protobuf.ByteString |
getGcsDestinationBytes()
The Cloud Storage uri for the human reviewed document if the review is
succeeded.
|
String |
getRejectionReason()
The reason why the review is rejected by reviewer.
|
com.google.protobuf.ByteString |
getRejectionReasonBytes()
The reason why the review is rejected by reviewer.
|
ReviewDocumentResponse.State |
getState()
The state of the review operation.
|
int |
getStateValue()
The state of the review operation.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getGcsDestination()
The Cloud Storage uri for the human reviewed document if the review is succeeded.
string gcs_destination = 1;com.google.protobuf.ByteString getGcsDestinationBytes()
The Cloud Storage uri for the human reviewed document if the review is succeeded.
string gcs_destination = 1;int getStateValue()
The state of the review operation.
.google.cloud.documentai.v1beta3.ReviewDocumentResponse.State state = 2;ReviewDocumentResponse.State getState()
The state of the review operation.
.google.cloud.documentai.v1beta3.ReviewDocumentResponse.State state = 2;String getRejectionReason()
The reason why the review is rejected by reviewer.
string rejection_reason = 3;com.google.protobuf.ByteString getRejectionReasonBytes()
The reason why the review is rejected by reviewer.
string rejection_reason = 3;Copyright © 2024 Google LLC. All rights reserved.