Googly. DocumentAI. Model. GoogleCloudDocumentaiV1DocumentOutputConfig
(googly_document_ai v0.1.0)
Copy Markdown
View Source
Config that controls the output of documents. All documents will be written as a JSON file.
Attributes
-
gcs_output_config(type:Googly.DocumentAI.Model.GoogleCloudDocumentaiV1DocumentOutputConfigGcsOutputConfig.t()) - Output config to write the results to Cloud Storage.
Summary
Types
@type t() :: %Googly.DocumentAI.Model.GoogleCloudDocumentaiV1DocumentOutputConfig{ gcs_output_config: Googly.DocumentAI.Model.GoogleCloudDocumentaiV1DocumentOutputConfigGcsOutputConfig.t() | nil }