GoogleApi.DocumentAI.V1.Model.GoogleCloudDocumentaiV1ProcessResponse (google_api_document_ai v0.46.0)

View Source

Response message for the ProcessDocument method.

Attributes

  • document (type: GoogleApi.DocumentAI.V1.Model.GoogleCloudDocumentaiV1Document.t, default: nil) - The document payload, will populate fields based on the processor's behavior.
  • humanReviewStatus (type: GoogleApi.DocumentAI.V1.Model.GoogleCloudDocumentaiV1HumanReviewStatus.t, default: nil) - The status of human review on the processed document.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.DocumentAI.V1.Model.GoogleCloudDocumentaiV1ProcessResponse{
  document:
    GoogleApi.DocumentAI.V1.Model.GoogleCloudDocumentaiV1Document.t() | nil,
  humanReviewStatus:
    GoogleApi.DocumentAI.V1.Model.GoogleCloudDocumentaiV1HumanReviewStatus.t()
    | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.