简体   繁体   English

Google Glass离线语音识别

[英]Speech recognition on google glass offline

I am trying to make an offline application on google glass using the speech recognition. 我正在尝试使用语音识别功能在Google Glass上创建离线应用程序。 Indeed, my application should understand the command "Next", said at anytime, in order to launch an action. 实际上,我的应用程序应该随时理解命令“ Next”,以便启动操作。 My application should work offline, so I would like to use a dictionnary / words list. 我的应用程序可以脱机工作,因此我想使用字典/单词列表。

(Development in Java) (用Java开发)

Are there any issues for my problem ? 我的问题有什么问题吗?

Thank in advance. 预先感谢。

Cheers. 干杯。

At this point, contextual navigation is not supported. 此时,不支持上下文导航。 There is an issue already in place for this. 对此已经存在一个问题

If you want to do something like this you will have to open a new card which listens to your voice input and then maybe you can perform some kind of action on the text you get. 如果您想做这样的事情,您将必须打开一张新卡来监听您的语音输入,然后也许您可以对收到的文本执行某种操作。 A good example would be the allthecooks app which listens for user input and processes it. 一个很好的例子是allthecooks应用程序,它监听用户输入并对其进行处理。

To sum it up you can't always keep listening for a voice input from user so this can be your workaround(not a feasible one though if you are looking for contextual commands). 综上所述,您不能总是保持监听用户的语音输入,因此这可能是您的解决方法(尽管如果您正在寻找上下文命令,这不是可行的方法)。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM