2

I want to use my own or custom voice command for a Google Glass app using the Mirror API.
Is this possible? If so, how can I do this?

hichris123
  • 10,145
  • 15
  • 56
  • 70
Moddasir
  • 1,449
  • 13
  • 33
  • If you're able to use the GDK (rather than the Mirror API) you can register custom voice commands for invoking your app. – Ash Eldritch Nov 26 '13 at 04:16
  • but my GDk is not working properly. please check this link. http://stackoverflow.com/questions/20120028/class-not-found-error-for-any-glass-api – Moddasir Nov 26 '13 at 08:24

1 Answers1

5

Yes, although you need to request them from Google. See https://developers.google.com/glass/develop/mirror/contacts#declaring_voice_menu_commands for more information about voice commands with Mirror. That page refers you to https://developers.google.com/glass/distribute/voice-form to apply for a voice command.

Prisoner
  • 49,922
  • 7
  • 53
  • 105