Googly. DocumentAI. Model. GoogleCloudDocumentaiUiv1beta3ExportDocumentsMetadataIndividualExportStatus
(googly_document_ai v0.1.0)
Copy Markdown
View Source
The status of each individual document in the export process.
Attributes
-
document_id(type:Googly.DocumentAI.Model.GoogleCloudDocumentaiUiv1beta3DocumentId.t()) - The path to source docproto of the document. -
output_gcs_destination(type:String.t()) - The output_gcs_destination of the exported document if it was successful, otherwise empty. -
status(type:Googly.DocumentAI.Model.GoogleRpcStatus.t()) - The status of the exporting of the document.
Summary
Types
@type t() :: %Googly.DocumentAI.Model.GoogleCloudDocumentaiUiv1beta3ExportDocumentsMetadataIndividualExportStatus{ document_id: Googly.DocumentAI.Model.GoogleCloudDocumentaiUiv1beta3DocumentId.t() | nil, output_gcs_destination: String.t() | nil, status: Googly.DocumentAI.Model.GoogleRpcStatus.t() | nil }