Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 872 Bytes

TranslationInfo.md

File metadata and controls

15 lines (11 loc) · 872 Bytes

TranslationInfo

Information describing a batch translation process.

Properties

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]

[Back to Model list] [Back to API list] [Back to README]