Feature request: RecognitionConfig param partial_results
subnetsRU opened this issue · 2 comments
subnetsRU commented
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.
penguin138 commented
You can use streaming recognition for this. There is StreamingRecognitionConfig which contains InterimResultsConfig where you can switch on enable_interim_results to true.
subnetsRU commented
Ok, thanks. How I didnt see that... sorry