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

Copy Markdown View Source

Represents where the block starts and ends in the document.

Attributes

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

Summary

Types

t()

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