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

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-08-13 15:49:57  来源:igfitidea点击:

Java speech recognition API

javaspeech-recognition

提问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 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 opensourceVoice recognitionproject...

3)-一个opensourceVoice recognition项目...