Class DocumentOutputConfig (2.10.0)

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

Config that controls the output of documents. All documents will be written as a JSON file.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Attribute

NameDescription
gcs_output_config google.cloud.documentai_v1.types.DocumentOutputConfig.GcsOutputConfig
Output config to write the results to Cloud Storage. This field is a member of oneof_ destination.

Classes

GcsOutputConfig

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

The configuration used when outputting documents.