Googly.DocumentAI.Model.GoogleCloudDocumentaiV1BatchProcessMetadataIndividualProcessStatus (googly_document_ai v0.1.0)

Copy Markdown View Source

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

Attributes

  • human_review_status (type: Googly.DocumentAI.Model.GoogleCloudDocumentaiV1HumanReviewStatus.t()) - The status of human review on the processed document.
  • input_gcs_source (type: String.t()) - The source of the document, same as the input_gcs_source field in the request when the batch process started.
  • output_gcs_destination (type: String.t()) - 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: Googly.DocumentAI.Model.GoogleRpcStatus.t()) - The status processing the document.

Summary

Types

t()

@type t() ::
  %Googly.DocumentAI.Model.GoogleCloudDocumentaiV1BatchProcessMetadataIndividualProcessStatus{
    human_review_status:
      Googly.DocumentAI.Model.GoogleCloudDocumentaiV1HumanReviewStatus.t() | nil,
    input_gcs_source: String.t() | nil,
    output_gcs_destination: String.t() | nil,
    status: Googly.DocumentAI.Model.GoogleRpcStatus.t() | nil
  }