GoogleCloudDocumentaiV1DocumentRevisionHumanReview

AI Overview😉

  • The potential purpose of this module is to track and store human review information for documents, including the state of the review (e.g. requested, succeeded, or rejected) and any additional messages or reasons related to the review state. This could be used to improve the accuracy and quality of search results by incorporating human feedback and evaluation.
  • This module could impact search results by allowing Google to incorporate human-reviewed content into its ranking algorithm, potentially giving more weight to documents that have been reviewed and approved by humans. This could lead to more accurate and relevant search results, as well as reducing the visibility of low-quality or misleading content.
  • A website may change things to be more favorable for this function by ensuring that their content is accurate, informative, and relevant, and by making it easy for humans to review and evaluate their content. This could involve implementing clear and transparent content guidelines, providing easy access to review and feedback mechanisms, and actively soliciting and incorporating human feedback into their content development process.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Human Review information of the document.

Attributes

  • state (type: String.t, default: nil) - Human review state. e.g. requested, succeeded, rejected.
  • stateMessage (type: String.t, default: nil) - A message providing more details about the current state of processing. For example, the rejection reason when the state is rejected.

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.GoogleCloudDocumentaiV1DocumentRevisionHumanReview{
    state: String.t() | nil,
    stateMessage: 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.