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

Copy Markdown View Source

Contains past or forward revisions of this document.

Attributes

  • agent (type: String.t()) - If the change was made by a person specify the name or id of that person.
  • create_time (type: DateTime.t()) - The time that the revision was created, internally generated by doc proto storage at the time of create.
  • human_review (type: Googly.DocumentAI.Model.GoogleCloudDocumentaiV1DocumentRevisionHumanReview.t()) - Human Review information of this revision.
  • id (type: String.t()) - Id of the revision, internally generated by doc proto storage. Unique within the context of the document.
  • parent (type: list(integer())) - 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.
  • parent_ids (type: list(String.t())) - 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.
  • processor (type: String.t()) - If the annotation was made by processor identify the processor by its resource name.

Summary

Types

t()

@type t() :: %Googly.DocumentAI.Model.GoogleCloudDocumentaiV1DocumentRevision{
  agent: String.t() | nil,
  create_time: DateTime.t() | nil,
  human_review:
    Googly.DocumentAI.Model.GoogleCloudDocumentaiV1DocumentRevisionHumanReview.t()
    | nil,
  id: String.t() | nil,
  parent: [integer()] | nil,
  parent_ids: [String.t()] | nil,
  processor: String.t() | nil
}