Android语音识别API离线
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/22684340/
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-20 06:20:30 来源:igfitidea点击:
Android voice recognition API offline
提问by Androrider
Can someone please help me?
有人可以帮帮我吗?
I am developing an application with voice recognition via RecognizerIntent.
我正在通过 RecognizerIntent 开发具有语音识别功能的应用程序。
- Which Android version brought in officially the offline recognition available to apps by API? Is there any statement about it?
- By what I read until know it is not a choice of the developer if the voice recognition will be done via online service or the offline dictionaries. Am I right? Or are there any documented API to set offline?
- 哪个Android版本正式引入了API对应用程序可用的离线识别?有没有关于它的声明?
- 根据我所阅读的内容,直到知道语音识别是通过在线服务还是离线词典完成,这不是开发人员的选择。我对吗?或者是否有任何文档化的 API 可以设置离线?
Thanks
谢谢
采纳答案by Vijay Vankhede
Now there is offline voice recognition is possible for android 4.1. check this article article
现在可以为 android 4.1 进行离线语音识别。检查这篇 文章
and also check pochetsphinx
并检查pochetsphinx