Class ProcessDocumentResponse (0.5.1)

ProcessDocumentResponse(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Response to a single document processing request. .. attribute:: input_config

Information about the input file. This is the same as the corresponding input config in the request.

:type: google.cloud.documentai_v1beta2.types.InputConfig

Attribute

NameDescription
output_config google.cloud.documentai_v1beta2.types.OutputConfig
The output location of the parsed responses. The responses are written to this location as JSON-serialized ``Document`` objects.

Inheritance

builtins.object > proto.message.Message > ProcessDocumentResponse