我试图使用Python3.x,jupyter notebook和SpeechRecognition库对一些音频文件执行语音识别,但我得到了:
'RequestError: missing google-api-python-clientmodule: ensure that google-api-python-client is set up correctly.'使用recog
我遵循了这个教程:https://jbinformatique.com/2018/02/16/android-speech-to-text-api-google-tutoriel/ 它工作得很好!它使用android.speech.RecognizerIntent包,它是免费的,而且它不需要互联网就可以工作,这里提到: Difference between Android Speech to TextAPI (Recognizer In