Tinkoff/voicekit-examples

Feature request: RecognitionConfig param partial_results

subnetsRU opened this issue · 2 comments

It will be good to add to RecognitionConfig new param: partial_results (bool)

If true than voicekit will send partial results of recognition and not only end phase.

You can use streaming recognition for this. There is StreamingRecognitionConfig which contains InterimResultsConfig where you can switch on enable_interim_results to true.

Ok, thanks. How I didnt see that... sorry