Googly. DocumentAI. Model. GoogleCloudDocumentaiV1DocumentChunkedDocumentChunkChunkPageHeader
(googly_document_ai v0.1.0)
Copy Markdown
View Source
Represents the page header associated with the chunk.
Attributes
-
page_span(type:Googly.DocumentAI.Model.GoogleCloudDocumentaiV1DocumentChunkedDocumentChunkChunkPageSpan.t()) - Page span of the header. -
text(type:String.t()) - Header in text format.
Summary
Types
@type t() :: %Googly.DocumentAI.Model.GoogleCloudDocumentaiV1DocumentChunkedDocumentChunkChunkPageHeader{ page_span: Googly.DocumentAI.Model.GoogleCloudDocumentaiV1DocumentChunkedDocumentChunkChunkPageSpan.t() | nil, text: String.t() | nil }