Android:语音转文字?

发布于 2024-10-17 07:57:05 字数 370 浏览 1 评论 0原文

我查看了以下示例代码: http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/app/VoiceRecognition.html

但我无法让它在模拟器上运行。该文件的layout.xml 是否可用?我是否需要安装另一个应用程序才能使该应用程序正常工作?我想要的只是一个简单的演示,打印出应用程序已识别的单词。谢谢

Ive had a look at the following sample code: http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/app/VoiceRecognition.html

But i cant get it to run on the emulator. Is the layout.xml avaible for this file? Do i need to install another app in order for this one to work? All i want is a simple demo that prints out the words that the app have recognized. Thanks

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

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

发布评论

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

评论(2

木格 2024-10-24 07:57:05

这些代码不在模拟器中运行。尝试在实际设备上运行它。由于笔记本电脑/台式机中的麦克风与模拟器不兼容,但实际手机中并非如此。

These codes do not run in the emulator.. Try running it on an actual device. Since the microphone present in the laptop/desktop is not compatible with the emulator but this is not the case in an actual phone.

寄意 2024-10-24 07:57:05

如果您使用 Eclipse,ApiDemos 是通过 Android SDK 和 AVD 管理器提供的示例应用程序的一部分。打开它并选择您正在使用的 Android 版本的示例包。这会给你你所需要的。

If you are using Eclipse ApiDemos is part of the sample apps available through the Android SDK and AVD manager. Open that up and select the sample packages for the Android version you are working with. That will give you what you need.

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