mirror of
https://github.com/SYSTRAN/faster-whisper.git
synced 2026-01-10 05:58:12 -05:00
* transcribe: return all language probabilities if requested If return_all_language_probs is True, TranscriptionInfo structure will have a list of tuples reflecting all language probabilities as returned by the model. * transcribe: fix docstring * transcribe: remove return_all_lang_probs parameter