安卓:语音识别追加解释? [英] Android: Speech Recognition Append Dictionary?

查看:124
本文介绍了安卓:语音识别追加解释?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我使用Android中的语音识别意图。有没有办法来自己定制的词或短语添加到Android的语音识别字典

I'm using the Speech Recognizer Intent in Android. Is there a way to add your own customized words or phrases to Android's Speech recognition 'dictionary'

推荐答案

没有。您只能使用支持两种语言模型。
内置的谷歌提供的语音识别只支持听写和搜索语言模型。请参见 http://developer.android.com/reference/android/speech/RecognizerIntent。 HTML 并LANGUAGE_MODEL_FREE_FORM或LANGUAGE_MODEL_WEB_SEARCH。

No. You can only use the two language models supported. The built in speech recognition provided by google only supports the dictation and search language models. See http://developer.android.com/reference/android/speech/RecognizerIntent.html and LANGUAGE_MODEL_FREE_FORM or LANGUAGE_MODEL_WEB_SEARCH.

http://developer.android.com/resources/articles/speech- input.html 说:

您可以确保您的用户有
  最好的体验通过请求可能
  合适的语言模型:
  free_form听写,或web_search
  更短,搜索这样的短语。我们
  开发的自由形式的模式
  提高听写精度
  语音键盘,而网络搜索
  模型被用于当用户想
  通过语音搜索

You can make sure your users have the best experience possible by requesting the appropriate language model: free_form for dictation, or web_search for shorter, search-like phrases. We developed the "free form" model to improve dictation accuracy for the voice keyboard, while the "web search" model is used when users want to search by voice

这篇关于安卓:语音识别追加解释?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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