Interface ProcessDocumentResponseOrBuilder (2.3.1)

public interface ProcessDocumentResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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;

Returns
TypeDescription
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;

Returns
TypeDescription
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;

Returns
TypeDescription
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;

Returns
TypeDescription
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;

Returns
TypeDescription
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;

Returns
TypeDescription
boolean

Whether the outputConfig field is set.