Function get_document_status

Source
pub async fn get_document_status(
    configuration: &Configuration,
    document_id: &str,
    get_document_status_request: GetDocumentStatusRequest,
) -> Result<GetDocumentStatus200Response, Error<GetDocumentStatusError>>
Expand description

Retrieve the current status of a document translation process. If the translation is still in progress, the estimated time remaining is also included in the response.