View Source GoogleApi.DocumentAI.V1beta3.Model.GoogleCloudDocumentaiUiv1beta3AutoLabelDocumentsMetadataIndividualAutoLabelStatus (google_api_document_ai v0.39.0)

The status of individual documents in the auto-labeling process.

Attributes

  • documentId (type: GoogleApi.DocumentAI.V1beta3.Model.GoogleCloudDocumentaiUiv1beta3DocumentId.t, default: nil) - The document id of the auto-labeled document. This will replace the gcs_uri.
  • status (type: GoogleApi.DocumentAI.V1beta3.Model.GoogleRpcStatus.t, default: nil) - The status of the document auto-labeling.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.DocumentAI.V1beta3.Model.GoogleCloudDocumentaiUiv1beta3AutoLabelDocumentsMetadataIndividualAutoLabelStatus{
    documentId:
      GoogleApi.DocumentAI.V1beta3.Model.GoogleCloudDocumentaiUiv1beta3DocumentId.t()
      | nil,
    status: GoogleApi.DocumentAI.V1beta3.Model.GoogleRpcStatus.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.