Android Google API 语音识别
Android Google API Speech recognition
我会创建一个使用语音识别的应用程序,但我是这种实现的新手,我想知道您是否可以帮助我。我在这里找过
http://developer.android.com/
我没有找到任何相关信息。
我会知道如何使用 Google API 语音识别..你能给我一些建议 link 吗?
谢谢
本书:
http://www.amazon.com/Professional-Android-Sensor-Programming-Milette/dp/1118183487/
在此处查看代码:https://github.com/gast-lib/gast-lib
特别是:这个class:https://github.com/gast-lib/gast-lib/blob/master/library/src/root/gast/speech/SpeechRecognizingActivity.java
只需让您的代码扩展 SpeechRecognizingActivity,您就可以立即开始。
我会创建一个使用语音识别的应用程序,但我是这种实现的新手,我想知道您是否可以帮助我。我在这里找过
http://developer.android.com/
我没有找到任何相关信息。
我会知道如何使用 Google API 语音识别..你能给我一些建议 link 吗?
谢谢
本书: http://www.amazon.com/Professional-Android-Sensor-Programming-Milette/dp/1118183487/
在此处查看代码:https://github.com/gast-lib/gast-lib
特别是:这个class:https://github.com/gast-lib/gast-lib/blob/master/library/src/root/gast/speech/SpeechRecognizingActivity.java
只需让您的代码扩展 SpeechRecognizingActivity,您就可以立即开始。