Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 678 Bytes

TranslationInfo.md

File metadata and controls

13 lines (9 loc) · 678 Bytes

LiltNode.TranslationInfo

Properties

Name Type Description Notes
id Number Unique identifier for this translation. [optional]
fileId Number id of the File that is being translated. [optional]
status String Status of the translation - `InProgress`, `ReadyForDownload`, `Completed`, `Failed`. [optional]
createdAt Number Time when this translation was started, in seconds since the Unix epoch. [optional]
errorMsg String Error message, present when status is `Failed`. [optional]