public final class ProcessResponse extends com.google.protobuf.GeneratedMessageV3 implements ProcessResponseOrBuilder
Response message for the [ProcessDocument][google.cloud.documentai.v1beta3.DocumentProcessorService.ProcessDocument] method.Protobuf type
google.cloud.documentai.v1beta3.ProcessResponse| Modifier and Type | Class and Description |
|---|---|
static class |
ProcessResponse.Builder
Response message for the
[ProcessDocument][google.cloud.documentai.v1beta3.DocumentProcessorService.ProcessDocument]
method.
|
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| Modifier and Type | Field and Description |
|---|---|
static int |
DOCUMENT_FIELD_NUMBER |
static int |
HUMAN_REVIEW_OPERATION_FIELD_NUMBER |
static int |
HUMAN_REVIEW_STATUS_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static ProcessResponse |
getDefaultInstance() |
ProcessResponse |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
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()
Deprecated.
google.cloud.documentai.v1beta3.ProcessResponse.human_review_operation is
deprecated. See google/cloud/documentai/v1beta3/document_processor_service.proto;l=529
|
com.google.protobuf.ByteString |
getHumanReviewOperationBytes()
Deprecated.
google.cloud.documentai.v1beta3.ProcessResponse.human_review_operation is
deprecated. See google/cloud/documentai/v1beta3/document_processor_service.proto;l=529
|
HumanReviewStatus |
getHumanReviewStatus()
The status of human review on the processed document.
|
HumanReviewStatusOrBuilder |
getHumanReviewStatusOrBuilder()
The status of human review on the processed document.
|
com.google.protobuf.Parser<ProcessResponse> |
getParserForType() |
int |
getSerializedSize() |
boolean |
hasDocument()
The document payload, will populate fields based on the processor's
behavior.
|
int |
hashCode() |
boolean |
hasHumanReviewStatus()
The status of human review on the processed document.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static ProcessResponse.Builder |
newBuilder() |
static ProcessResponse.Builder |
newBuilder(ProcessResponse prototype) |
ProcessResponse.Builder |
newBuilderForType() |
protected ProcessResponse.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static ProcessResponse |
parseDelimitedFrom(InputStream input) |
static ProcessResponse |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ProcessResponse |
parseFrom(byte[] data) |
static ProcessResponse |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ProcessResponse |
parseFrom(ByteBuffer data) |
static ProcessResponse |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ProcessResponse |
parseFrom(com.google.protobuf.ByteString data) |
static ProcessResponse |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ProcessResponse |
parseFrom(com.google.protobuf.CodedInputStream input) |
static ProcessResponse |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ProcessResponse |
parseFrom(InputStream input) |
static ProcessResponse |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<ProcessResponse> |
parser() |
ProcessResponse.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int DOCUMENT_FIELD_NUMBER
public static final int HUMAN_REVIEW_OPERATION_FIELD_NUMBER
public static final int HUMAN_REVIEW_STATUS_FIELD_NUMBER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public boolean hasDocument()
The document payload, will populate fields based on the processor's behavior.
.google.cloud.documentai.v1beta3.Document document = 1;hasDocument in interface ProcessResponseOrBuilderpublic Document getDocument()
The document payload, will populate fields based on the processor's behavior.
.google.cloud.documentai.v1beta3.Document document = 1;getDocument in interface ProcessResponseOrBuilderpublic DocumentOrBuilder getDocumentOrBuilder()
The document payload, will populate fields based on the processor's behavior.
.google.cloud.documentai.v1beta3.Document document = 1;getDocumentOrBuilder in interface ProcessResponseOrBuilder@Deprecated public String getHumanReviewOperation()
The name of the operation triggered by the processed document. If the human review process isn't triggered, this field is empty. It has the same response type and metadata as the long-running operation returned by [ReviewDocument][google.cloud.documentai.v1beta3.DocumentProcessorService.ReviewDocument].
string human_review_operation = 2 [deprecated = true];getHumanReviewOperation in interface ProcessResponseOrBuilder@Deprecated public com.google.protobuf.ByteString getHumanReviewOperationBytes()
The name of the operation triggered by the processed document. If the human review process isn't triggered, this field is empty. It has the same response type and metadata as the long-running operation returned by [ReviewDocument][google.cloud.documentai.v1beta3.DocumentProcessorService.ReviewDocument].
string human_review_operation = 2 [deprecated = true];getHumanReviewOperationBytes in interface ProcessResponseOrBuilderpublic boolean hasHumanReviewStatus()
The status of human review on the processed document.
.google.cloud.documentai.v1beta3.HumanReviewStatus human_review_status = 3;hasHumanReviewStatus in interface ProcessResponseOrBuilderpublic HumanReviewStatus getHumanReviewStatus()
The status of human review on the processed document.
.google.cloud.documentai.v1beta3.HumanReviewStatus human_review_status = 3;getHumanReviewStatus in interface ProcessResponseOrBuilderpublic HumanReviewStatusOrBuilder getHumanReviewStatusOrBuilder()
The status of human review on the processed document.
.google.cloud.documentai.v1beta3.HumanReviewStatus human_review_status = 3;getHumanReviewStatusOrBuilder in interface ProcessResponseOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static ProcessResponse parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ProcessResponse parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ProcessResponse parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ProcessResponse parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ProcessResponse parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ProcessResponse parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ProcessResponse parseFrom(InputStream input) throws IOException
IOExceptionpublic static ProcessResponse parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ProcessResponse parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static ProcessResponse parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ProcessResponse parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static ProcessResponse parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic ProcessResponse.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static ProcessResponse.Builder newBuilder()
public static ProcessResponse.Builder newBuilder(ProcessResponse prototype)
public ProcessResponse.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected ProcessResponse.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static ProcessResponse getDefaultInstance()
public static com.google.protobuf.Parser<ProcessResponse> parser()
public com.google.protobuf.Parser<ProcessResponse> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public ProcessResponse getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2024 Google LLC. All rights reserved.