GoogleCloudDocumentaiV1DocumentProvenanceParent

AI Overview😉

  • The potential purpose of this module is to track the history and relationships between different versions of a document or piece of content. It appears to be a part of a larger system for managing and processing documents, and is used to keep track of how different elements of a document have changed over time.
  • This module could impact search results by allowing Google to better understand the relationships between different pieces of content, and how they have evolved over time. This could be used to improve the ranking of search results, by giving more weight to content that has been revised and updated, or to content that is closely related to other relevant documents.
  • To be more favorable to this function, a website could focus on creating high-quality, regularly updated content that is closely related to other relevant documents. This could involve using clear and consistent naming conventions, providing detailed version histories, and using structured data to describe the relationships between different pieces of content. Additionally, websites could focus on creating content that is more likely to be referenced or built upon by others, such as in-depth guides, research papers, or other authoritative sources.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

GoogleApi.ContentWarehouse.V1.Model.GoogleCloudDocumentaiV1DocumentProvenanceParent (google_api_content_warehouse v0.4.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

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.GoogleCloudDocumentaiV1DocumentProvenanceParent{
    id: integer() | nil,
    index: integer() | nil,
    revision: integer() | nil
  }

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.