Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 728 Bytes

TranslationInfo.md

File metadata and controls

17 lines (10 loc) · 728 Bytes

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]