GoogleCloudDocumentaiV1DocumentProvenanceParent

GoogleApi.ContentWarehouse.V1.Model.GoogleCloudDocumentaiV1DocumentProvenanceParent


Table of Contents ▼

Jump to a specific part of the page:

Description

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

Attributes List

This module has the following attributes (case-insensitive ascending order):

View Attributes

Attributes

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

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.GoogleCloudDocumentaiV1DocumentProvenanceParent{
id: integer() | nil,
index: integer() | nil,
revision: integer() | nil
}

Function

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

Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.GoogleCloudDocumentaiV1DocumentProvenanceParent