Information describing a batch translation process.
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] |