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.
|
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.
|
boolean |
hasDocument()
The document payload, will populate fields based on the processor's
behavior.
|
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.v1beta3.Document document = 1;Document getDocument()
The document payload, will populate fields based on the processor's behavior.
.google.cloud.documentai.v1beta3.Document document = 1;DocumentOrBuilder getDocumentOrBuilder()
The document payload, will populate fields based on the processor's behavior.
.google.cloud.documentai.v1beta3.Document document = 1;String getHumanReviewOperation()
The name of the operation triggered by the processed document. If the human review process is not triggered, this field will be empty. It has the same response type and metadata as the long running operation returned by ReviewDocument method.
string human_review_operation = 2;com.google.protobuf.ByteString getHumanReviewOperationBytes()
The name of the operation triggered by the processed document. If the human review process is not triggered, this field will be empty. It has the same response type and metadata as the long running operation returned by ReviewDocument method.
string human_review_operation = 2;Copyright © 2020 Google LLC. All rights reserved.