View Source GoogleApi.DocumentAI.V1beta3.Model.GoogleCloudDocumentaiV1HumanReviewStatus (google_api_document_ai v0.39.0)

The status of human review on a processed document.

Attributes

  • humanReviewOperation (type: String.t, default: nil) - 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, default: nil) - The state of human review on the processing request.
  • stateMessage (type: String.t, default: nil) - A message providing more details about the human review state.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.DocumentAI.V1beta3.Model.GoogleCloudDocumentaiV1HumanReviewStatus{
    humanReviewOperation: String.t() | nil,
    state: String.t() | nil,
    stateMessage: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.