GoogleApi.DocumentAI.V1beta3.Model.GoogleCloudDocumentaiUiv1beta3ImportDocumentsMetadataIndividualImportStatus (google_api_document_ai v0.32.0) View Source
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. -
outputGcsDestination
(type:String.t
, default:nil
) - The output_gcs_destination of the processed document if it was successful, otherwise empty. -
status
(type:GoogleApi.DocumentAI.V1beta3.Model.GoogleRpcStatus.t
, default:nil
) - The status of the importing of the document.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.DocumentAI.V1beta3.Model.GoogleCloudDocumentaiUiv1beta3ImportDocumentsMetadataIndividualImportStatus{ inputGcsSource: String.t() | nil, outputGcsDestination: String.t() | nil, status: GoogleApi.DocumentAI.V1beta3.Model.GoogleRpcStatus.t() | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.