显示语音识别按钮(如果可用)的自定义组件

发布于 2024-09-05 10:09:50 字数 183 浏览 6 评论 0原文

我想创建一个支持语音识别的自定义组件。它主要是一个扩展的 EditText,它应该显示用于语音识别的麦克风按钮(如果可用)。我想查看主屏幕上的搜索应用程序小部件,但在源代码中找不到它。

这是为了将语音识别用作某种听写设备,即用户不必打字而是使用他的语音。

那么有人可以指出我的方向吗?
预先感谢,
斯特夫

I'd like to create a custom component which supports voice recognition. It will primarily be an extended EditText which should show the microphone button for voice recognition if it is available. I wanted to to look at the search app-widget on the homescreen but I don't find it in the source.

This is intended to use the voice recognition as some sort of dictation device, i.e. the user does not have to type but use his voice instead.

So could anyone please point me in some direction?
Thanks in advance,
Steff

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

李白 2024-09-12 10:09:50

我认为您基本上想要一个可以在 onCreate 调用时控制的按钮显示/隐藏。那应该可以完成你的工作。为什么你需要这样的组件?

I think what u basically want to a button show/hide which can be controlled at the time of onCreate call. That should do ur work. Why would u need a component as such?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文