语音到文本识别器没有发现 [英] Speech To Text Recognizer not found

查看:122
本文介绍了语音到文本识别器没有发现的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我要建一个应用程序,记录用户的声音,然后将其转换为文本。从这个帖子#1帖子我已经找到了源头code <一个href="http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/app/VoiceRecognition.html"相对=nofollow> Android开发者的,我已经运行了code,但按钮上的文字写着不识别preSENT。我想我必须失去了一些权限或东西becouse早些时候,我创建了一个文本到语音转换,这是工作的罚款。

I'm building an app that record the user's voice and then converts it to text. From this post Stackoverflow Post I've found the source code android developers, I've run the code but the button text reads "RECOGNIZER NOT PRESENT". I think I must be missing some permissions or something becouse earlier I created a Text to Speech converter and it was working fine.

任何想法可能是什么问题?

Any ideas what might be the problem?

推荐答案

我不知道为什么识别功能并不适用于所有设备。请确保您安装并更新最新的谷歌语音搜索为Android。我相信它会安装最新的识别。请参见 http://www.google.com/mobile/voice-actions/ 它可能是有帮助的。

I am not sure why the recognizer functionality is not available on all devices. Make sure you install and update the latest Google Voice Search for Android. I believe it installs the latest recognizer. See http://www.google.com/mobile/voice-actions/ it may be helpful.

正如但丁江表示将语音转换为文本,根据的这篇文章,的谷歌语音搜索是你真正需要的。

As Dante Jiang said in Converting speech to text, According to this article, Google Voice Search is what you actually need.

Android的SDK可以很容易地   集成语音输入直接进入   自己的应用程序,只需复制并   从这个示例应用程序粘贴   上手。 Android是一个开放   平台,使应用程序可以   有可能利用任何言论   在设备上识别服务   该公司注册接收   RecognizerIntent。谷歌的语音   搜索应用程序,这是   pre-安装在许多Android设备,   响应一个RecognizerIntent由   显示现在讲对话框,   流式音频到谷歌的   服务器,所用的相同的服务器时,   用户点击的麦克风按钮   搜索Widget或语音功能   键盘。 (你可以,如果检查语音   搜索是安装在设置➝   应用➝管理应用程序。)

The Android SDK makes it easy to integrate speech input directly into your own application—just copy and paste from this sample application to get started. Android is an open platform, so your application can potentially make use of any speech recognition service on the device that's registered to receive a RecognizerIntent. Google's Voice Search application, which is pre-installed on many Android devices, responds to a RecognizerIntent by displaying the "Speak now" dialog and streaming audio to Google's servers—the same servers used when a user taps the microphone button on the search widget or the voice-enabled keyboard. (You can check if Voice Search is installed in Settings ➝ Applications ➝ Manage applications.)

这篇关于语音到文本识别器没有发现的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆