GcsOutputConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)
The configuration used when outputting documents.
Attributes |
|
---|---|
Name | Description |
gcs_uri |
str
The Cloud Storage uri (a directory) of the output. |
field_mask |
google.protobuf.field_mask_pb2.FieldMask
Specifies which fields to include in the output documents. Only supports top level document and pages field so it must be in the form of {document_field_name} or
pages.{page_field_name} .
|
sharding_config |
google.cloud.documentai_v1.types.DocumentOutputConfig.GcsOutputConfig.ShardingConfig
Specifies the sharding config for the output document. |
Classes
ShardingConfig
ShardingConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)
The sharding config for the output document.