View Source GoogleApi.DocumentAI.V1.Model.GoogleCloudDocumentaiUiv1beta3ImportDocumentsMetadataIndividualImportStatus (google_api_document_ai v0.38.0)

The status of each individual document in the import process.

Attributes

  • inputGcsSource (type: String.t, default: nil) - The source Cloud Storage URI of the document.
  • outputDocumentId (type: GoogleApi.DocumentAI.V1.Model.GoogleCloudDocumentaiUiv1beta3DocumentId.t, default: nil) - The document id of imported document if it was successful, otherwise empty.
  • outputGcsDestination (type: String.t, default: nil) - The output_gcs_destination of the processed document if it was successful, otherwise empty.
  • status (type: GoogleApi.DocumentAI.V1.Model.GoogleRpcStatus.t, default: nil) - The status of the importing of the document.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.DocumentAI.V1.Model.GoogleCloudDocumentaiUiv1beta3ImportDocumentsMetadataIndividualImportStatus{
    inputGcsSource: String.t() | nil,
    outputDocumentId:
      GoogleApi.DocumentAI.V1.Model.GoogleCloudDocumentaiUiv1beta3DocumentId.t()
      | nil,
    outputGcsDestination: String.t() | nil,
    status: GoogleApi.DocumentAI.V1.Model.GoogleRpcStatus.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.