Class BatchDocumentsInputConfig (2.0.2)

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

The common config to specify a set of documents used as input.

This message has oneof_ fields (mutually exclusive fields). For each oneof, at most one member field can be set at the same time. Setting any member of the oneof automatically clears all other members.

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

Attributes

NameDescription
gcs_prefix google.cloud.documentai_v1beta3.types.GcsPrefix
The set of documents that match the specified Cloud Storage [gcs_prefix]. This field is a member of `oneof`_ ``source``.
gcs_documents google.cloud.documentai_v1beta3.types.GcsDocuments
The set of documents individually specified on Cloud Storage. This field is a member of `oneof`_ ``source``.

Inheritance

builtins.object > proto.message.Message > BatchDocumentsInputConfig