public interface ReviewDocumentRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Document |
getDocument()
The document that needs human review.
|
DocumentOrBuilder |
getDocumentOrBuilder()
The document that needs human review.
|
String |
getHumanReviewConfig()
Required.
|
com.google.protobuf.ByteString |
getHumanReviewConfigBytes()
Required.
|
boolean |
hasDocument()
The document that needs human review.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getHumanReviewConfig()
Required. The resource name of the HumanReviewConfig that the document will be reviewed with.
string human_review_config = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getHumanReviewConfigBytes()
Required. The resource name of the HumanReviewConfig that the document will be reviewed with.
string human_review_config = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
boolean hasDocument()
The document that needs human review.
.google.cloud.documentai.v1beta3.Document document = 2;Document getDocument()
The document that needs human review.
.google.cloud.documentai.v1beta3.Document document = 2;DocumentOrBuilder getDocumentOrBuilder()
The document that needs human review.
.google.cloud.documentai.v1beta3.Document document = 2;Copyright © 2020 Google LLC. All rights reserved.