View Source GoogleApi.DocumentAI.V1beta3.Model.GoogleCloudDocumentaiUiv1beta3ExportDocumentsMetadataIndividualExportStatus (google_api_document_ai v0.45.0)
The status of each individual document in the export process.
Attributes
-
documentId(type:GoogleApi.DocumentAI.V1beta3.Model.GoogleCloudDocumentaiUiv1beta3DocumentId.t, default:nil) - The path to source docproto of the document. -
outputGcsDestination(type:String.t, default:nil) - The output_gcs_destination of the exported document if it was successful, otherwise empty. -
status(type:GoogleApi.DocumentAI.V1beta3.Model.GoogleRpcStatus.t, default:nil) - The status of the exporting of the document.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.DocumentAI.V1beta3.Model.GoogleCloudDocumentaiUiv1beta3ExportDocumentsMetadataIndividualExportStatus{ documentId: GoogleApi.DocumentAI.V1beta3.Model.GoogleCloudDocumentaiUiv1beta3DocumentId.t() | nil, outputGcsDestination: String.t() | nil, status: GoogleApi.DocumentAI.V1beta3.Model.GoogleRpcStatus.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.