GoogleApi.DocumentAI.V1beta2.Model.GoogleCloudDocumentaiV1beta1DocumentRevisionHumanReview (google_api_document_ai v0.46.0)

View Source

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

t()

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

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.