View Source GoogleApi.DocumentAI.V1beta2.Model.GoogleCloudDocumentaiV1beta2DocumentChunkedDocumentChunk (google_api_document_ai v0.45.0)
Represents a chunk.
Attributes
-
chunkId(type:String.t, default:nil) - ID of the chunk. -
content(type:String.t, default:nil) - Text content of the chunk. -
pageFooters(type:list(GoogleApi.DocumentAI.V1beta2.Model.GoogleCloudDocumentaiV1beta2DocumentChunkedDocumentChunkChunkPageFooter.t), default:nil) - Page footers associated with the chunk. -
pageHeaders(type:list(GoogleApi.DocumentAI.V1beta2.Model.GoogleCloudDocumentaiV1beta2DocumentChunkedDocumentChunkChunkPageHeader.t), default:nil) - Page headers associated with the chunk. -
pageSpan(type:GoogleApi.DocumentAI.V1beta2.Model.GoogleCloudDocumentaiV1beta2DocumentChunkedDocumentChunkChunkPageSpan.t, default:nil) - Page span of the chunk. -
sourceBlockIds(type:list(String.t), default:nil) - Unused.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.DocumentAI.V1beta2.Model.GoogleCloudDocumentaiV1beta2DocumentChunkedDocumentChunk{ chunkId: String.t() | nil, content: String.t() | nil, pageFooters: [ GoogleApi.DocumentAI.V1beta2.Model.GoogleCloudDocumentaiV1beta2DocumentChunkedDocumentChunkChunkPageFooter.t() ] | nil, pageHeaders: [ GoogleApi.DocumentAI.V1beta2.Model.GoogleCloudDocumentaiV1beta2DocumentChunkedDocumentChunkChunkPageHeader.t() ] | nil, pageSpan: GoogleApi.DocumentAI.V1beta2.Model.GoogleCloudDocumentaiV1beta2DocumentChunkedDocumentChunkChunkPageSpan.t() | nil, sourceBlockIds: [String.t()] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.