lilt-java

Lilt API binding for java

View the Project on GitHub lilt/lilt-java

TranslationInfo

Information describing a batch translation process.

Properties

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]