public interface ProcessResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Document |
getDocument()
The document payload, will populate fields based on the processor's
behavior.
|
DocumentOrBuilder |
getDocumentOrBuilder()
The document payload, will populate fields based on the processor's
behavior.
|
HumanReviewStatus |
getHumanReviewStatus()
The status of human review on the processed document.
|
HumanReviewStatusOrBuilder |
getHumanReviewStatusOrBuilder()
The status of human review on the processed document.
|
boolean |
hasDocument()
The document payload, will populate fields based on the processor's
behavior.
|
boolean |
hasHumanReviewStatus()
The status of human review on the processed document.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasDocument()
The document payload, will populate fields based on the processor's behavior.
.google.cloud.documentai.v1.Document document = 1;Document getDocument()
The document payload, will populate fields based on the processor's behavior.
.google.cloud.documentai.v1.Document document = 1;DocumentOrBuilder getDocumentOrBuilder()
The document payload, will populate fields based on the processor's behavior.
.google.cloud.documentai.v1.Document document = 1;boolean hasHumanReviewStatus()
The status of human review on the processed document.
.google.cloud.documentai.v1.HumanReviewStatus human_review_status = 3;HumanReviewStatus getHumanReviewStatus()
The status of human review on the processed document.
.google.cloud.documentai.v1.HumanReviewStatus human_review_status = 3;HumanReviewStatusOrBuilder getHumanReviewStatusOrBuilder()
The status of human review on the processed document.
.google.cloud.documentai.v1.HumanReviewStatus human_review_status = 3;Copyright © 2022 Google LLC. All rights reserved.