在android中语音输入来填充编辑文本?
我正在研究 android 中的语音输入。我使用了来自的样本
在 Xperia X10 上进行测试时,我收到了“立即讲话”对话框,但是在我输入一些声音之前它会关闭。我正在尝试实现语音搜索,例如如果语音输入是詹姆斯·邦德,那么我想在名字编辑文本中填充詹姆斯,在姓氏编辑文本中填充邦德。这将在数据库中搜索该名称。但在尝试使用 API 演示示例时,它不起作用。也许我错过了一些东西。有人会发布任何语音输入示例而不是 ApiDemos 示例吗?
提前致谢。
I am working on voice input in android. I used the sample from
And while testing on Xperia X10, I got the "Speak now" dialog but before I input some voice it gets closed. I am trying to implement voice search e.g. If voice input is James Bond then I want to populate the James in first name Edit Text and Bond in Last name Edit Text. Which will search in database for the name. But while trying to use the API Demo sample, its not working. May be I am missing something. Will anybody post any sample for voice input rather than ApiDemos sample.
Thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用以下代码进行语音识别。有关语音识别的完整教程,点击此处。
You can use the following code for voice recognition. For a complete tutorial for voice recognition, Click Here.