public interface ProcessDocumentResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getInputConfig()
public abstract InputConfig getInputConfig()Information about the input file. This is the same as the corresponding input config in the request.
.google.cloud.documentai.v1beta2.InputConfig input_config = 1;
| Type | Description |
| InputConfig | The inputConfig. |
getInputConfigOrBuilder()
public abstract InputConfigOrBuilder getInputConfigOrBuilder()Information about the input file. This is the same as the corresponding input config in the request.
.google.cloud.documentai.v1beta2.InputConfig input_config = 1;
| Type | Description |
| InputConfigOrBuilder |
getOutputConfig()
public abstract OutputConfig getOutputConfig() The output location of the parsed responses. The responses are written to
this location as JSON-serialized Document objects.
.google.cloud.documentai.v1beta2.OutputConfig output_config = 2;
| Type | Description |
| OutputConfig | The outputConfig. |
getOutputConfigOrBuilder()
public abstract OutputConfigOrBuilder getOutputConfigOrBuilder() The output location of the parsed responses. The responses are written to
this location as JSON-serialized Document objects.
.google.cloud.documentai.v1beta2.OutputConfig output_config = 2;
| Type | Description |
| OutputConfigOrBuilder |
hasInputConfig()
public abstract boolean hasInputConfig()Information about the input file. This is the same as the corresponding input config in the request.
.google.cloud.documentai.v1beta2.InputConfig input_config = 1;
| Type | Description |
| boolean | Whether the inputConfig field is set. |
hasOutputConfig()
public abstract boolean hasOutputConfig() The output location of the parsed responses. The responses are written to
this location as JSON-serialized Document objects.
.google.cloud.documentai.v1beta2.OutputConfig output_config = 2;
| Type | Description |
| boolean | Whether the outputConfig field is set. |