Translations
Create translation
ModelsExpand Collapse
Translation = object { text }
TranslationVerbose = object { duration, language, text, segments }
The duration of the input audio.
The language of the output translation (always english).
The translated text.
Segments of the translated text and their corresponding details.
Segments of the translated text and their corresponding details.
Unique identifier of the segment.
Average logprob of the segment. If the value is lower than -1, consider the logprobs failed.
Compression ratio of the segment. If the value is greater than 2.4, consider the compression failed.
End time of the segment in seconds.
Probability of no speech in the segment. If the value is higher than 1.0 and the avg_logprob is below -1, consider this segment silent.
Seek offset of the segment.
Start time of the segment in seconds.
Temperature parameter used for generating the segment.
Text content of the segment.
Array of token IDs for the text content.