lilt-python

API bindings for the Lilt REST API.

View the Project on GitHub lilt/lilt-python

TranslationInfo

Information describing a batch translation process.

Properties

Name | Type | Description | Notes ———— | ————- | ————- | ————- id | int | Unique identifier for this translation. | [optional] file_id | int | id of the File that is being translated. | [optional] status | str | Status of the translation - `InProgress`, `ReadyForDownload`, `Completed`, `Failed`. | [optional] created_at | int | Time when this translation was started, in seconds since the Unix epoch. | [optional] error_msg | str | Error message, present when status is `Failed`. | [optional]

[Back to Model list] [Back to API list] [Back to README]