0

I would like to have a command with a word from Brazilian Portuguese.

Does someone know if there's any way to do this?

Thanks!

1 Answers1

2

For voice recognition input and processing in Glass. You should follow steps given at... https://developers.google.com/glass/develop/gdk/starting-glassware

Shankar Prasad
  • 405
  • 6
  • 17
  • Thanks Shankar, but I've already read that. What I'd like to do is to add a specific name that is from Brazilian Portuguese. Do you know if there's any way, maybe getting in contact with Google so they can add the word to the service? Best regards, – Willian Antunes Apr 30 '14 at 13:18
  • Have you used intent.putExtra(RecognizerIntent.EXTRA_LANGUAGE, "pt"); in code? – Shankar Prasad May 06 '14 at 08:17