Googly.DocumentAI.Model.GoogleCloudDocumentaiV1DocumentChunkedDocumentChunkChunkPageFooter (googly_document_ai v0.1.0)

Copy Markdown View Source

Represents the page footer associated with the chunk.

Attributes

  • page_span (type: Googly.DocumentAI.Model.GoogleCloudDocumentaiV1DocumentChunkedDocumentChunkChunkPageSpan.t()) - Page span of the footer.
  • text (type: String.t()) - Footer in text format.

Summary

Types

t()

@type t() ::
  %Googly.DocumentAI.Model.GoogleCloudDocumentaiV1DocumentChunkedDocumentChunkChunkPageFooter{
    page_span:
      Googly.DocumentAI.Model.GoogleCloudDocumentaiV1DocumentChunkedDocumentChunkChunkPageSpan.t()
      | nil,
    text: String.t() | nil
  }