View Source GoogleApi.DocumentAI.V1beta2.Model.GoogleCloudDocumentaiV1beta3BatchProcessMetadataIndividualProcessStatus (google_api_document_ai v0.39.0)

The status of a each individual document in the batch process.

Attributes

  • humanReviewOperation (type: String.t, default: nil) - The name of the operation triggered by the processed document. If the human review process isn't triggered, this field will be empty. It has the same response type and metadata as the long-running operation returned by the ReviewDocument method.
  • humanReviewStatus (type: GoogleApi.DocumentAI.V1beta2.Model.GoogleCloudDocumentaiV1beta3HumanReviewStatus.t, default: nil) - The status of human review on the processed document.
  • inputGcsSource (type: String.t, default: nil) - The source of the document, same as the input_gcs_source field in the request when the batch process started.
  • outputGcsDestination (type: String.t, default: nil) - The Cloud Storage output destination (in the request as DocumentOutputConfig.GcsOutputConfig.gcs_uri) of the processed document if it was successful, otherwise empty.
  • status (type: GoogleApi.DocumentAI.V1beta2.Model.GoogleRpcStatus.t, default: nil) - The status processing the document.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.DocumentAI.V1beta2.Model.GoogleCloudDocumentaiV1beta3BatchProcessMetadataIndividualProcessStatus{
    humanReviewOperation: String.t() | nil,
    humanReviewStatus:
      GoogleApi.DocumentAI.V1beta2.Model.GoogleCloudDocumentaiV1beta3HumanReviewStatus.t()
      | nil,
    inputGcsSource: String.t() | nil,
    outputGcsDestination: String.t() | nil,
    status: GoogleApi.DocumentAI.V1beta2.Model.GoogleRpcStatus.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.