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

Copy Markdown View Source

Structure to identify provenance relationships between annotations in different revisions.

Attributes

  • id (type: integer()) - The Id of this operation. Needs to be unique within the scope of the revision.
  • parents (type: list(Googly.DocumentAI.Model.GoogleCloudDocumentaiV1DocumentProvenanceParent.t())) - References to the original elements that are replaced.
  • revision (type: integer()) - The index of the revision that produced this element.
  • type (type: String.t()) - The type of provenance operation.

Summary

Types

t()

@type t() :: %Googly.DocumentAI.Model.GoogleCloudDocumentaiV1DocumentProvenance{
  id: integer() | nil,
  parents:
    [
      Googly.DocumentAI.Model.GoogleCloudDocumentaiV1DocumentProvenanceParent.t()
    ]
    | nil,
  revision: integer() | nil,
  type: String.t() | nil
}