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

Copy Markdown View Source

Human Review information of the document.

Attributes

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

Summary

Types

t()

@type t() ::
  %Googly.DocumentAI.Model.GoogleCloudDocumentaiV1DocumentRevisionHumanReview{
    state: String.t() | nil,
    state_message: String.t() | nil
  }