从服务调用 RecognizerIntent

发布于 2024-08-24 16:37:17 字数 142 浏览 6 评论 0原文

我正在开发 Android 服务。 我需要从服务调用 RecognizerIntent 才能在服务中使用识别的文本。我在 Service 类中没有 startActivityForResult() 方法,因此我无法理解如何完成此任务。是否可以?

非常感谢

I am working on an Android service.
I need to call RecognizerIntent from a service in order to use in the service the recognized text. I have no startActivityForResult() method in Service class so I have problem understanding how to achieve this task. Is it possible?

Many thanks

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

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

发布评论

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

评论(1

停滞 2024-08-31 16:37:17

不,我不相信这是可能的。毕竟,服务没有 UI,而 RecognizerIntent 需要 UI 才能发挥作用。

No, I do not believe it is possible. After all, there is no UI from a service, and the RecognizerIntent needs a UI in order to function.

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