Lilt API binding for java
Information describing a batch translation process.
| Name | Type | Description | Notes |
|---|---|---|---|
| id | Integer | Unique identifier for this translation. | [optional] |
| fileId | Integer | id of the File that is being translated. | [optional] |
| status | String | Status of the translation - `InProgress`, `ReadyForDownload`, `Completed`, `Failed`. | [optional] |
| createdAt | Integer | Time when this translation was started, in seconds since the Unix epoch. | [optional] |
| errorMsg | String | Error message, present when status is `Failed`. | [optional] |