public final class ProcessDocumentResponse extends GeneratedMessageV3 implements ProcessDocumentResponseOrBuilder
Response to a single document processing request.
Protobuf type google.cloud.documentai.v1beta1.ProcessDocumentResponse
Static Fields
public static final int INPUT_CONFIG_FIELD_NUMBER
Field Value
OUTPUT_CONFIG_FIELD_NUMBER
public static final int OUTPUT_CONFIG_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static ProcessDocumentResponse getDefaultInstance()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
newBuilder()
public static ProcessDocumentResponse.Builder newBuilder()
Returns
newBuilder(ProcessDocumentResponse prototype)
public static ProcessDocumentResponse.Builder newBuilder(ProcessDocumentResponse prototype)
Parameter
Returns
public static ProcessDocumentResponse parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static ProcessDocumentResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static ProcessDocumentResponse parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ProcessDocumentResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static ProcessDocumentResponse parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ProcessDocumentResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static ProcessDocumentResponse parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static ProcessDocumentResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static ProcessDocumentResponse parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static ProcessDocumentResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static ProcessDocumentResponse parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ProcessDocumentResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<ProcessDocumentResponse> parser()
Returns
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
Overrides
getDefaultInstanceForType()
public ProcessDocumentResponse getDefaultInstanceForType()
Returns
public InputConfig getInputConfig()
Information about the input file. This is the same as the corresponding
input config in the request.
.google.cloud.documentai.v1beta1.InputConfig input_config = 1;
Returns
public InputConfigOrBuilder getInputConfigOrBuilder()
Information about the input file. This is the same as the corresponding
input config in the request.
.google.cloud.documentai.v1beta1.InputConfig input_config = 1;
Returns
getOutputConfig()
public OutputConfig getOutputConfig()
The output location of the parsed responses. The responses are written to
this location as JSON-serialized Document
objects.
.google.cloud.documentai.v1beta1.OutputConfig output_config = 2;
Returns
getOutputConfigOrBuilder()
public OutputConfigOrBuilder getOutputConfigOrBuilder()
The output location of the parsed responses. The responses are written to
this location as JSON-serialized Document
objects.
.google.cloud.documentai.v1beta1.OutputConfig output_config = 2;
Returns
getParserForType()
public Parser<ProcessDocumentResponse> getParserForType()
Returns
Overrides
getSerializedSize()
public int getSerializedSize()
Returns
Overrides
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
public boolean hasInputConfig()
Information about the input file. This is the same as the corresponding
input config in the request.
.google.cloud.documentai.v1beta1.InputConfig input_config = 1;
Returns
Type | Description |
boolean | Whether the inputConfig field is set.
|
hasOutputConfig()
public boolean hasOutputConfig()
The output location of the parsed responses. The responses are written to
this location as JSON-serialized Document
objects.
.google.cloud.documentai.v1beta1.OutputConfig output_config = 2;
Returns
Type | Description |
boolean | Whether the outputConfig field is set.
|
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
newBuilderForType()
public ProcessDocumentResponse.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected ProcessDocumentResponse.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
toBuilder()
public ProcessDocumentResponse.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions