Translation
Translate your transcriptions & subtitles
This feature is on Beta state.
We’re looking for feedbacks to improve this feature, share yours here.
The Translation model generates translations of your transcriptions to one or more targeted languages. If subtitles and/or sentences are enabled, the translations will also include translated results for them. You can translate your transcription to multiples languages in a single API call.
The list of the languages covered by the Translation feature are listed in the API Reference (see translation_config
).
2 translation models are available:
base
: Fast, cover most use casesenhanced
: Slower, but higher quality and with context awareness
Usage
To enable translation simply set the "translation"
parameter to true
Result
The transcription result will contain a "translation"
key with the output of the model:
If you enabled the subtitles
generation, those will also benefits from the translation model.
Was this page helpful?