GoogleCloudDocumentaiV1DocumentRevision

GoogleApi.ContentWarehouse.V1.Model.GoogleCloudDocumentaiV1DocumentRevision


Table of Contents ▼

Jump to a specific part of the page:

Description

Contains past or forward revisions of this document.

Attributes List

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

View Attributes

Attributes

  1. agent (type: String.t, default: nil)
    - If the change was made by a person specify the name or id of that person.
  2. createTime (type: DateTime.t, default: nil)
    - The time that the revision was created, internally generated by doc proto storage at the time of create.
  3. humanReview (type: GoogleApi.ContentWarehouse.V1.Model.GoogleCloudDocumentaiV1DocumentRevisionHumanReview, default: nil)
    - Human Review information of this revision.
  4. id (type: String.t, default: nil)
    - Id of the revision, internally generated by doc proto storage. Unique within the context of the document.
  5. parent (type: list(integer()), default: nil)
    - The revisions that this revision is based on. This can include one or more parent (when documents are merged.) This field represents the index into the revisions field.
  6. parentIds (type: list(String.t), default: nil)
    - The revisions that this revision is based on. Must include all the ids that have anything to do with this revision - eg. there are provenance.parent.revision fields that index into this field.
  7. processor (type: String.t, default: nil)
    - If the annotation was made by processor identify the processor by its resource name.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.GoogleCloudDocumentaiV1DocumentRevision{
agent: String.t() | nil,
createTime: DateTime.t() | nil,
humanReview: GoogleApi.ContentWarehouse.V1.Model.GoogleCloudDocumentaiV1DocumentRevisionHumanReview.t() | nil,
id: String.t() | nil,
parent: [integer()] | nil,
parentIds: [String.t()] | nil,
processor: String.t() | nil
}

Function

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

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