android - Google Glass - Handling arbitrary voice commands -
I have a Google Glass Immersion that uses I have created a It is good for proof of concept but in any real situation it is impractical. When I say an arbitrary number, can I get glass to recognize it? This ideally means having a single "go to card" command in my menu and leaving it clutter-free for example: where Put all together, I I want to interaction to go this way: There are many links to relevant voice commands, but I think I can not find anything about what I have described. Any help would be greatly appreciated. How do I feel like you want a relevant voice command, as you mentioned. Developer is a good example of the page in which you can describe how you can develop such a feature. Read on the page and see how they are doing. There is an example of showing them dogs in a way, where you say "okay, glass", "show me dogs", "labrador" and then - if properly programmed - about labrador Fetch information. I hope that answered your question. CardScrollView to display a series of cards
PanelMenu that uses relevant voice commands by following Google, I am capable of jumping on a specific card using voice commands as in one Is described. The problem is that I can only do this by creating a unique menu item for each card, such as:
// Voice active menu: go to card 1 Go to card 2 Go to card 3 ...
// Voice-active menu: Go to Card X < / Pre>
X can be an integer
1,2,3.
1) The app opens, the card displays 1, 2) the user "OK glass" 3) the panel menu opens, it's an item Displays: 'Go to card' 4) Users say "go to card 6" 5) App display card 6 // Reopen panel menu again ... 6) Users say "go to card 22" 7 ) App displays card 22
Comments
Post a Comment