Files
faster-whisper/faster_whisper
Ozan Caglayan 91f948b0d6 transcribe: return all language probabilities if requested (#210)
* 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
2023-05-09 14:53:47 +02:00
..
2023-04-03 17:22:48 +02:00
2023-05-09 12:47:02 +02:00