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

Copy Markdown View Source

Represents where the chunk starts and ends in the document.

Attributes

  • page_end (type: integer()) - Page where chunk ends in the document.
  • page_start (type: integer()) - Page where chunk starts in the document.

Summary

Types

t()

@type t() ::
  %Googly.DocumentAI.Model.GoogleCloudDocumentaiV1DocumentChunkedDocumentChunkChunkPageSpan{
    page_end: integer() | nil,
    page_start: integer() | nil
  }