android - Android 上的离线谷歌语音识别

标签 android speech-recognition offline

我正在开发一个 android 应用程序,它将听取语音命令 并相应地触发操作。

以下是一些疑惑:

  1. 是否可以在 Android 应用中使用 Google 语音识别离线库。
  2. 我们可以用唤醒词创建自己的单词和命令字典吗?

  3. 应用程序应该在离线模式下工作(没有互联网)。

最佳答案

Is Google voice recognition offline library is available to use in android apps.

我认为这个问题已经在这里得到解答:Offline Speech Recognition In Android (JellyBean)

Can we create our own dictionary of words & commands with wake up word.

Google 语音识别无法做到这一点。因此,我建议您采用不同的解决方案:PocketSphinx

Application should work in offline mode(Without Internet).

PocketSphinx 可能

关于android - Android 上的离线谷歌语音识别,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/40652373/

相关文章:

android - osmdroid sqlite 瓦片源

javascript - 是否可以缓存整个网站,包括开始 html 页面和在没有互联网连接的情况下启动?

Android:SectionIndex 对话框的自定义布局

javascript - 在不区分大小写的 RegExp 中向开始替换的事物添加一个字符串。

android - android上的语音识别与录制的声音剪辑?

git - Eclipse 离线同步工作区

android - Flutter Android Build APK 错误 lintvitalrelease

带有 cURL 的 Android NDK 包含错误

c++ - 在 Qt C++ 应用程序中使用 Windows.Media.Speechrecognition 命名空间

java - 在 Android 上安装 Pocketsphinx