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

Copy Markdown View Source

The parent element the current element is based on. Used for referencing/aligning, removal and replacement operations.

Attributes

  • id (type: integer()) - The id of the parent provenance.
  • index (type: integer()) - The index of the parent item in the corresponding item list (eg. list of entities, properties within entities, etc.) in the parent revision.
  • revision (type: integer()) - The index of the index into current revision's parent_ids list.

Summary

Types

t()

@type t() :: %Googly.DocumentAI.Model.GoogleCloudDocumentaiV1DocumentProvenanceParent{
  id: integer() | nil,
  index: integer() | nil,
  revision: integer() | nil
}