Closed amirkargar closed 5 years ago
For reference, the API docs for the use_enhanced
flag, which is a new feature in v1p1beta1
.
/cc @beccasaurus
This seems like a question for the speech team. You can reach out to them here: https://cloud.google.com/speech-to-text/docs/support
I recently added Google Speech To Text to my Nexmo python application. I'm using GRPC method to perform real time speech recognition. Below are the metadata and configs I'm using:
The issue is that when
use_enhanced=True
it does not return the final result of the recognition until a new word is spoken. The same code with the same configs work if I don't use theuse_enhanced=True
. Note that it does return the interim results but not the final result. And It is not a matter of time, no matter how long I waited it did not output the final result.Python version:
3.6.5
google cloud speech version:
0.35.0