Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有人有java语音识别和本地化的经验?
我正在考虑构建一个带有一些基本语音识别选项的android应用程序,但我想基于一些翻译工具实现本地化,也许是谷歌翻译,用户可以用远程词典中的新语言更新他的“词典”。 ..这个项目处于第一阶段,我还在集思广益,所以有人有经验吗?或者类似的事情可能吗?
为什么不直接使用 Android 的内置语音识别?这真的很容易(您只需设置一个Intent然后在它返回时捕获它)并且结果非常好。
Intent
android.speech
我不确定您到底要做什么,但这将允许您指定要识别的语言。