Googly. DocumentAI. Model. GoogleCloudDocumentaiV1DocumentChunkedDocument
(googly_document_ai v0.1.0)
Copy Markdown
View Source
Represents the chunks that the document is divided into.
Attributes
-
chunks(type:list(Googly.DocumentAI.Model.GoogleCloudDocumentaiV1DocumentChunkedDocumentChunk.t())) - List of chunks.
Summary
Types
@type t() :: %Googly.DocumentAI.Model.GoogleCloudDocumentaiV1DocumentChunkedDocument{ chunks: [ Googly.DocumentAI.Model.GoogleCloudDocumentaiV1DocumentChunkedDocumentChunk.t() ] | nil }