Class ProcessDocumentResponse (0.3.0)

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

Response to a single document processing request.

Attributes

NameDescription
input_config .document_understanding.InputConfig
Information about the input file. This is the same as the corresponding input config in the request.
output_config .document_understanding.OutputConfig
The output location of the parsed responses. The responses are written to this location as JSON-serialized Document objects.