Googly. DocumentAI. Model. GoogleCloudDocumentaiV1DocumentChunkedDocumentChunkChunkField
(googly_document_ai v0.1.0)
Copy Markdown
View Source
The chunk field in the chunk. A chunk field could be one of the various types (for example, image, table) supported.
Attributes
-
image_chunk_field(type:Googly.DocumentAI.Model.GoogleCloudDocumentaiV1DocumentChunkedDocumentChunkImageChunkField.t()) - The image chunk field in the chunk. -
table_chunk_field(type:Googly.DocumentAI.Model.GoogleCloudDocumentaiV1DocumentChunkedDocumentChunkTableChunkField.t()) - The table chunk field in the chunk.
Summary
Types
@type t() :: %Googly.DocumentAI.Model.GoogleCloudDocumentaiV1DocumentChunkedDocumentChunkChunkField{ image_chunk_field: Googly.DocumentAI.Model.GoogleCloudDocumentaiV1DocumentChunkedDocumentChunkImageChunkField.t() | nil, table_chunk_field: Googly.DocumentAI.Model.GoogleCloudDocumentaiV1DocumentChunkedDocumentChunkTableChunkField.t() | nil }