Java语音识别API
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/3034925/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Java speech recognition API
提问by jaymin
I am currently developing an Android application where I am required to implement speech recognition.
我目前正在开发一个 Android 应用程序,我需要在其中实现语音识别。
Could you suggest a link where I could find a Java speech recognition API?
您能否建议一个链接,我可以在其中找到 Java 语音识别 API?
回答by Robert Harvey
回答by Anthony
I would advise the android.speech
package:
我会建议android.speech
包裹:
http://developer.android.com/reference/android/speech/package-summary.html
http://developer.android.com/reference/android/speech/package-summary.html
回答by Prakhar
Please read these articles they contain good tuts on Speech Recognition
请阅读这些文章,它们包含很好的介绍 Speech Recognition
1)This-A video tutorial from Youtube.
1)这-来自的视频教程Youtube.
2)This-A tutorial which goes through the process of creating a app which uses SpeechRecognition.
2)这个-一个教程,它经历了创建一个使用的应用程序的过程SpeechRecognition.
3)This-A opensource
Voice recognition
project...
3)这-一个opensource
Voice recognition
项目...