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

Copy Markdown View Source

The status of each individual document in the import process.

Attributes

  • input_gcs_source (type: String.t()) - The source Cloud Storage URI of the document.
  • output_document_id (type: Googly.DocumentAI.Model.GoogleCloudDocumentaiUiv1beta3DocumentId.t()) - The document id of imported document if it was successful, otherwise empty.
  • output_gcs_destination (type: String.t()) - The output_gcs_destination of the processed document if it was successful, otherwise empty.
  • status (type: Googly.DocumentAI.Model.GoogleRpcStatus.t()) - The status of the importing of the document.

Summary

Types

t()

@type t() ::
  %Googly.DocumentAI.Model.GoogleCloudDocumentaiUiv1beta3ImportDocumentsMetadataIndividualImportStatus{
    input_gcs_source: String.t() | nil,
    output_document_id:
      Googly.DocumentAI.Model.GoogleCloudDocumentaiUiv1beta3DocumentId.t() | nil,
    output_gcs_destination: String.t() | nil,
    status: Googly.DocumentAI.Model.GoogleRpcStatus.t() | nil
  }