View Source GoogleApi.DocumentAI.V1.Model.GoogleCloudDocumentaiV1BatchDocumentsInputConfig (google_api_document_ai v0.33.0)
The common config to specify a set of documents used as input.
Attributes
-
gcsDocuments
(type:GoogleApi.DocumentAI.V1.Model.GoogleCloudDocumentaiV1GcsDocuments.t
, default:nil
) - The set of documents individually specified on Cloud Storage. -
gcsPrefix
(type:GoogleApi.DocumentAI.V1.Model.GoogleCloudDocumentaiV1GcsPrefix.t
, default:nil
) - The set of documents that match the specified Cloud Storage [gcs_prefix].
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.DocumentAI.V1.Model.GoogleCloudDocumentaiV1BatchDocumentsInputConfig{ gcsDocuments: GoogleApi.DocumentAI.V1.Model.GoogleCloudDocumentaiV1GcsDocuments.t() | nil, gcsPrefix: GoogleApi.DocumentAI.V1.Model.GoogleCloudDocumentaiV1GcsPrefix.t() | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.