Android 语音识别的自定义语法

发布于 2024-10-02 08:49:15 字数 146 浏览 5 评论 0原文

我正在尝试将自定义语法应用于语音识别。我找到了很多关于 android.speech.recognition 包的文档,它似乎是一个很好的起点,但它似乎在 Android SDK 中不存在。

有没有一种方法可以应用自定义语法规则Android 语音识别到底..?

I am trying to apply the custom grammar for speech recognition. I have found a lot of documentation about android.speech.recognition package, it seams as the good place to start, but it seams that it doesn't exist in the Android SDK..

Is there a way to apply a custom grammar rules to the android speech recognition at all..?

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

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

发布评论

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

评论(2

风柔一江水 2024-10-09 08:49:15

不,Android 的识别器意图仅支持两种语言模型。它们是“自由形式”模型和“网络搜索”模型。它不支持自定义语法。


http://developer.android.com/reference/android/speech/RecognizerIntent .html#EXTRA_LANGUAGE_MODEL

No, Android's recognizer intent only supports two language models. These are the "Free Form" model and the "web search" model. It does not support custom grammars.

See
http://developer.android.com/reference/android/speech/RecognizerIntent.html#EXTRA_LANGUAGE_MODEL

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