GoogleCloudDocumentaiV1DocumentRevision

AI Overview😉

  • The potential purpose of this module is to track changes and revisions made to a document, including who made the changes, when they were made, and what changes were made. This allows for a version history of the document and can help with accountability and transparency.
  • This module could impact search results by giving more weight to documents that have a clear and transparent revision history, or by highlighting changes made to a document over time. This could also lead to more accurate search results, as the algorithm can take into account the evolution of a document's content.
  • A website may change things to be more favorable for this function by implementing a clear and transparent revision history system, making it easy for search engines to track changes made to a document. This could include using standardized metadata for revisions, such as including the agent, create time, and processor information. Additionally, websites could provide easy access to previous versions of a document, making it easier for search engines to understand the evolution of the content.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

GoogleApi.ContentWarehouse.V1.Model.GoogleCloudDocumentaiV1DocumentRevision (google_api_content_warehouse v0.4.0)

Contains past or forward revisions of this document.

Attributes

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

Summary

Types

t()

Functions

decode(value, options)

Unwrap a decoded JSON object into its complex fields.

Types

Link to this type

t()

@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
  }

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.