public final class ProcessResponse extends GeneratedMessageV3 implements ProcessResponseOrBuilder
Response message for the process document method.
Protobuf type google.cloud.documentai.v1.ProcessResponse
Static Fields
DOCUMENT_FIELD_NUMBER
public static final int DOCUMENT_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
HUMAN_REVIEW_STATUS_FIELD_NUMBER
public static final int HUMAN_REVIEW_STATUS_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
Static Methods
getDefaultInstance()
public static ProcessResponse getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static ProcessResponse.Builder newBuilder()
newBuilder(ProcessResponse prototype)
public static ProcessResponse.Builder newBuilder(ProcessResponse prototype)
public static ProcessResponse parseDelimitedFrom(InputStream input)
public static ProcessResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static ProcessResponse parseFrom(byte[] data)
Parameter |
---|
Name | Description |
data | byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ProcessResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static ProcessResponse parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ProcessResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ProcessResponse parseFrom(CodedInputStream input)
public static ProcessResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static ProcessResponse parseFrom(InputStream input)
public static ProcessResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static ProcessResponse parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ProcessResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<ProcessResponse> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
---|
Name | Description |
obj | Object
|
Overrides
getDefaultInstanceForType()
public ProcessResponse getDefaultInstanceForType()
getDocument()
public Document getDocument()
The document payload, will populate fields based on the processor's
behavior.
.google.cloud.documentai.v1.Document document = 1;
Returns |
---|
Type | Description |
Document | The document.
|
getDocumentOrBuilder()
public DocumentOrBuilder getDocumentOrBuilder()
The document payload, will populate fields based on the processor's
behavior.
.google.cloud.documentai.v1.Document document = 1;
getHumanReviewStatus()
public HumanReviewStatus getHumanReviewStatus()
The status of human review on the processed document.
.google.cloud.documentai.v1.HumanReviewStatus human_review_status = 3;
getHumanReviewStatusOrBuilder()
public HumanReviewStatusOrBuilder getHumanReviewStatusOrBuilder()
The status of human review on the processed document.
.google.cloud.documentai.v1.HumanReviewStatus human_review_status = 3;
getParserForType()
public Parser<ProcessResponse> getParserForType()
Overrides
getSerializedSize()
public int getSerializedSize()
Returns |
---|
Type | Description |
int | |
Overrides
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Overrides
hasDocument()
public boolean hasDocument()
The document payload, will populate fields based on the processor's
behavior.
.google.cloud.documentai.v1.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.v1.HumanReviewStatus human_review_status = 3;
Returns |
---|
Type | Description |
boolean | Whether the humanReviewStatus field is set.
|
hashCode()
Returns |
---|
Type | Description |
int | |
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public ProcessResponse.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected ProcessResponse.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Overrides
toBuilder()
public ProcessResponse.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides