public interface ReviewDocumentRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Document |
getDocument()
Deprecated.
google.cloud.documentai.v1beta3.ReviewDocumentRequest.document is deprecated. See
google/cloud/documentai/v1beta3/document_processor_service.proto;l=1201
|
DocumentOrBuilder |
getDocumentOrBuilder()
Deprecated.
|
DocumentSchema |
getDocumentSchema()
The document schema of the human review task.
|
DocumentSchemaOrBuilder |
getDocumentSchemaOrBuilder()
The document schema of the human review task.
|
boolean |
getEnableSchemaValidation()
Whether the validation should be performed on the ad-hoc review request.
|
String |
getHumanReviewConfig()
Required.
|
com.google.protobuf.ByteString |
getHumanReviewConfigBytes()
Required.
|
Document |
getInlineDocument()
An inline document proto.
|
DocumentOrBuilder |
getInlineDocumentOrBuilder()
An inline document proto.
|
ReviewDocumentRequest.Priority |
getPriority()
The priority of the human review task.
|
int |
getPriorityValue()
The priority of the human review task.
|
ReviewDocumentRequest.SourceCase |
getSourceCase() |
boolean |
hasDocument()
Deprecated.
google.cloud.documentai.v1beta3.ReviewDocumentRequest.document is deprecated. See
google/cloud/documentai/v1beta3/document_processor_service.proto;l=1201
|
boolean |
hasDocumentSchema()
The document schema of the human review task.
|
boolean |
hasInlineDocument()
An inline document proto.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasInlineDocument()
An inline document proto.
.google.cloud.documentai.v1beta3.Document inline_document = 4;Document getInlineDocument()
An inline document proto.
.google.cloud.documentai.v1beta3.Document inline_document = 4;DocumentOrBuilder getInlineDocumentOrBuilder()
An inline document proto.
.google.cloud.documentai.v1beta3.Document inline_document = 4;String getHumanReviewConfig()
Required. The resource name of the [HumanReviewConfig][google.cloud.documentai.v1beta3.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][google.cloud.documentai.v1beta3.HumanReviewConfig] that the document will be reviewed with.
string human_review_config = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
@Deprecated boolean hasDocument()
The document that needs human review.
.google.cloud.documentai.v1beta3.Document document = 2 [deprecated = true];@Deprecated Document getDocument()
The document that needs human review.
.google.cloud.documentai.v1beta3.Document document = 2 [deprecated = true];@Deprecated DocumentOrBuilder getDocumentOrBuilder()
The document that needs human review.
.google.cloud.documentai.v1beta3.Document document = 2 [deprecated = true];boolean getEnableSchemaValidation()
Whether the validation should be performed on the ad-hoc review request.
bool enable_schema_validation = 3;int getPriorityValue()
The priority of the human review task.
.google.cloud.documentai.v1beta3.ReviewDocumentRequest.Priority priority = 5;ReviewDocumentRequest.Priority getPriority()
The priority of the human review task.
.google.cloud.documentai.v1beta3.ReviewDocumentRequest.Priority priority = 5;boolean hasDocumentSchema()
The document schema of the human review task.
.google.cloud.documentai.v1beta3.DocumentSchema document_schema = 6;DocumentSchema getDocumentSchema()
The document schema of the human review task.
.google.cloud.documentai.v1beta3.DocumentSchema document_schema = 6;DocumentSchemaOrBuilder getDocumentSchemaOrBuilder()
The document schema of the human review task.
.google.cloud.documentai.v1beta3.DocumentSchema document_schema = 6;ReviewDocumentRequest.SourceCase getSourceCase()
Copyright © 2024 Google LLC. All rights reserved.