View Source GoogleApi.DocumentAI.V1.Model.GoogleCloudDocumentaiV1beta1DocumentRevisionHumanReview (google_api_document_ai v0.38.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

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.DocumentAI.V1.Model.GoogleCloudDocumentaiV1beta1DocumentRevisionHumanReview{
    state: String.t() | nil,
    stateMessage: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.