Class DocumentOutputConfig (1.0.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.

Attribute

NameDescription
gcs_output_config google.cloud.documentai_v1beta3.types.DocumentOutputConfig.GcsOutputConfig
Output config to write the results to Cloud Storage.

Classes

GcsOutputConfig

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

The configuration used when outputting documents. .. attribute:: gcs_uri

The Cloud Storage uri (a directory) of the output.

:type: str