문제

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