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

Copy Markdown View Source

The status of human review on a processed document.

Attributes

  • human_review_operation (type: String.t()) - The name of the operation triggered by the processed document. This field is populated only when the state is HUMAN_REVIEW_IN_PROGRESS. It has the same response type and metadata as the long-running operation returned by ReviewDocument.
  • state (type: String.t()) - The state of human review on the processing request.
  • state_message (type: String.t()) - A message providing more details about the human review state.

Summary

Types

t()

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