I am trying to make an offline application on google glass using the speech recognition. Indeed, my application should understand the command "Next", said at anytime, in order to launch an action. My application should work offline, so I would like to use a dictionnary / words list.

(Development in 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.

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归因
不隶属于 StackOverflow
scroll top