Determining the language code of the spoken language in the Google Speech API
Is it possible to automatically recognize spoken language using the Google Cloud Platform Machine Learning Speech API?
https://cloud.google.com/speech/docs/languages lists the supported languages. However, the user needs to manually set this option to perform Speech to Text. I would like to do this automatically.
+3
Jon Stark
source
to share
1 answer
No, I believe that you (at least for the time being) should specify the input language. (Unlike the translation API, where you can auto-detect it, for example.)
+2
Jon Skeet
source
to share