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

Copy Markdown View Source

Referencing the visual context of the entity in the Document.pages. Page anchors can be cross-page, consist of multiple bounding polygons and optionally reference specific layout element types.

Attributes

  • page_refs (type: list(Googly.DocumentAI.Model.GoogleCloudDocumentaiV1DocumentPageAnchorPageRef.t())) - One or more references to visual page elements

Summary

Types

t()

@type t() :: %Googly.DocumentAI.Model.GoogleCloudDocumentaiV1DocumentPageAnchor{
  page_refs:
    [
      Googly.DocumentAI.Model.GoogleCloudDocumentaiV1DocumentPageAnchorPageRef.t()
    ]
    | nil
}