You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add speaker diarization to streaming ASR clients (#116)
* enable speaker diarization for streaming_asr_client
* add: speaker diarization to transcribe_file
* fix: print confidence when word offsets are disabled
"--print-confidence", action="store_true", help="Whether to print stability and confidence of transcript."
54
+
"--print-confidence", action="store_true", help="Whether to print stability and confidence of transcript. If `--word-time-offsets` or `--speaker-diarization` is set, then confidence is not printed."
0 commit comments