public static final class ProcessResponse.Builder extends GeneratedMessageV3.Builder<ProcessResponse.Builder> implements ProcessResponseOrBuilder
Response message for the process document method.
Protobuf type google.cloud.documentai.v1beta3.ProcessResponse
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ProcessResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
Overrides
build()
public ProcessResponse build()
Returns
buildPartial()
public ProcessResponse buildPartial()
Returns
clear()
public ProcessResponse.Builder clear()
Returns
Overrides
clearDocument()
public ProcessResponse.Builder clearDocument()
The document payload, will populate fields based on the processor's
behavior.
.google.cloud.documentai.v1beta3.Document document = 1;
Returns
clearField(Descriptors.FieldDescriptor field)
public ProcessResponse.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Returns
Overrides
clearHumanReviewOperation()
public ProcessResponse.Builder clearHumanReviewOperation()
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 [deprecated = true];
Returns
clearHumanReviewStatus()
public ProcessResponse.Builder clearHumanReviewStatus()
The status of human review on the processed document.
.google.cloud.documentai.v1beta3.HumanReviewStatus human_review_status = 3;
Returns
clearOneof(Descriptors.OneofDescriptor oneof)
public ProcessResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Returns
Overrides
clone()
public ProcessResponse.Builder clone()
Returns
Overrides
getDefaultInstanceForType()
public ProcessResponse getDefaultInstanceForType()
Returns
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns
Overrides
getDocument()
public Document getDocument()
The document payload, will populate fields based on the processor's
behavior.
.google.cloud.documentai.v1beta3.Document document = 1;
Returns
getDocumentBuilder()
public Document.Builder getDocumentBuilder()
The document payload, will populate fields based on the processor's
behavior.
.google.cloud.documentai.v1beta3.Document document = 1;
Returns
getDocumentOrBuilder()
public DocumentOrBuilder getDocumentOrBuilder()
The document payload, will populate fields based on the processor's
behavior.
.google.cloud.documentai.v1beta3.Document document = 1;
Returns
getHumanReviewOperation()
public 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 [deprecated = true];
Returns
Type | Description |
String | The humanReviewOperation.
|
getHumanReviewOperationBytes()
public 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 [deprecated = true];
Returns
Type | Description |
ByteString | The bytes for humanReviewOperation.
|
getHumanReviewStatus()
public HumanReviewStatus getHumanReviewStatus()
The status of human review on the processed document.
.google.cloud.documentai.v1beta3.HumanReviewStatus human_review_status = 3;
Returns
getHumanReviewStatusBuilder()
public HumanReviewStatus.Builder getHumanReviewStatusBuilder()
The status of human review on the processed document.
.google.cloud.documentai.v1beta3.HumanReviewStatus human_review_status = 3;
Returns
getHumanReviewStatusOrBuilder()
public HumanReviewStatusOrBuilder getHumanReviewStatusOrBuilder()
The status of human review on the processed document.
.google.cloud.documentai.v1beta3.HumanReviewStatus human_review_status = 3;
Returns
hasDocument()
public boolean hasDocument()
The document payload, will populate fields based on the processor's
behavior.
.google.cloud.documentai.v1beta3.Document document = 1;
Returns
Type | Description |
boolean | Whether the document field is set.
|
hasHumanReviewStatus()
public boolean hasHumanReviewStatus()
The status of human review on the processed document.
.google.cloud.documentai.v1beta3.HumanReviewStatus human_review_status = 3;
Returns
Type | Description |
boolean | Whether the humanReviewStatus field is set.
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
mergeDocument(Document value)
public ProcessResponse.Builder mergeDocument(Document value)
The document payload, will populate fields based on the processor's
behavior.
.google.cloud.documentai.v1beta3.Document document = 1;
Parameter
Returns
mergeFrom(ProcessResponse other)
public ProcessResponse.Builder mergeFrom(ProcessResponse other)
Parameter
Returns
public ProcessResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Overrides
Exceptions
mergeFrom(Message other)
public ProcessResponse.Builder mergeFrom(Message other)
Parameter
Returns
Overrides
mergeHumanReviewStatus(HumanReviewStatus value)
public ProcessResponse.Builder mergeHumanReviewStatus(HumanReviewStatus value)
The status of human review on the processed document.
.google.cloud.documentai.v1beta3.HumanReviewStatus human_review_status = 3;
Parameter
Returns
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ProcessResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
Overrides
setDocument(Document value)
public ProcessResponse.Builder setDocument(Document value)
The document payload, will populate fields based on the processor's
behavior.
.google.cloud.documentai.v1beta3.Document document = 1;
Parameter
Returns
setDocument(Document.Builder builderForValue)
public ProcessResponse.Builder setDocument(Document.Builder builderForValue)
The document payload, will populate fields based on the processor's
behavior.
.google.cloud.documentai.v1beta3.Document document = 1;
Parameter
Returns
setField(Descriptors.FieldDescriptor field, Object value)
public ProcessResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
Overrides
setHumanReviewOperation(String value)
public ProcessResponse.Builder setHumanReviewOperation(String value)
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 [deprecated = true];
Parameter
Name | Description |
value | String
The humanReviewOperation to set.
|
Returns
setHumanReviewOperationBytes(ByteString value)
public ProcessResponse.Builder setHumanReviewOperationBytes(ByteString value)
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 [deprecated = true];
Parameter
Name | Description |
value | ByteString
The bytes for humanReviewOperation to set.
|
Returns
setHumanReviewStatus(HumanReviewStatus value)
public ProcessResponse.Builder setHumanReviewStatus(HumanReviewStatus value)
The status of human review on the processed document.
.google.cloud.documentai.v1beta3.HumanReviewStatus human_review_status = 3;
Parameter
Returns
setHumanReviewStatus(HumanReviewStatus.Builder builderForValue)
public ProcessResponse.Builder setHumanReviewStatus(HumanReviewStatus.Builder builderForValue)
The status of human review on the processed document.
.google.cloud.documentai.v1beta3.HumanReviewStatus human_review_status = 3;
Parameter
Returns
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ProcessResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Returns
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final ProcessResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
Overrides