我在 Android 上使用 android.speech.SpeechRecognizer。在某些情况下,isRecognitionAvailable 返回 false,因此我无法识别该语音。有没有办法在手机上启用 android.speech.SpeechRecognizer?或者有类似的服务吗?
我在 android 上使用 SpeechRecognizer 来识别用户的声音。在卸载 Google App 之前它运行良好。(https://play.google.com/store/apps/details?id=com.google.android.googlequicksearchbox&hl=en)
我更新了 Google App,但出现了“绑定到识别服务失败”等错误。如何使应用程序成功运行?
我该怎么做才能正常使用 SpeechRecognizer?
谢谢。