View Source GoogleApi.DocumentAI.V1beta2.Model.GoogleCloudDocumentaiV1beta2DocumentProvenanceParent (google_api_document_ai v0.38.0)

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

Attributes

  • id (type: integer(), default: nil) - The id of the parent provenance.
  • index (type: integer(), default: nil) - 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(), default: nil) - The index of the index into current revision's parent_ids list.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.DocumentAI.V1beta2.Model.GoogleCloudDocumentaiV1beta2DocumentProvenanceParent{
    id: integer() | nil,
    index: integer() | nil,
    revision: integer() | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.