Googly. DocumentAI. Model. GoogleCloudDocumentaiV1BatchDocumentsInputConfig
(googly_document_ai v0.1.0)
Copy Markdown
View Source
The common config to specify a set of documents used as input.
Attributes
-
gcs_documents(type:Googly.DocumentAI.Model.GoogleCloudDocumentaiV1GcsDocuments.t()) - The set of documents individually specified on Cloud Storage. -
gcs_prefix(type:Googly.DocumentAI.Model.GoogleCloudDocumentaiV1GcsPrefix.t()) - The set of documents that match the specified Cloud Storagegcs_prefix.
Summary
Types
@type t() :: %Googly.DocumentAI.Model.GoogleCloudDocumentaiV1BatchDocumentsInputConfig{ gcs_documents: Googly.DocumentAI.Model.GoogleCloudDocumentaiV1GcsDocuments.t() | nil, gcs_prefix: Googly.DocumentAI.Model.GoogleCloudDocumentaiV1GcsPrefix.t() | nil }