public interface ProcessDocumentResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
InputConfig |
getInputConfig()
Information about the input file.
|
InputConfigOrBuilder |
getInputConfigOrBuilder()
Information about the input file.
|
OutputConfig |
getOutputConfig()
The output location of the parsed responses.
|
OutputConfigOrBuilder |
getOutputConfigOrBuilder()
The output location of the parsed responses.
|
boolean |
hasInputConfig()
Information about the input file.
|
boolean |
hasOutputConfig()
The output location of the parsed responses.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean 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;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;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;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;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;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;Copyright © 2024 Google LLC. All rights reserved.