Is it possible to have Android Voice Recognition (as a custom service) on Google Glass?

后端 未结 2 1828
予麋鹿
予麋鹿 2021-01-01 02:17

We have a demo android application (Android 4.0.3) that runs voice recognition as a service, and (continuosly) logs the results of the recognition on the view.

Every

相关标签:
2条回答
  • 2021-01-01 02:56

    As of XE16 it is now possible to use the SpeechRecognizer directly and get the results through the SpeechRecognitionListener.

    Unfortunately this still dosen't work offline.

    0 讨论(0)
  • 2021-01-01 03:00

    This feature has been recently accepted but not yet available, see https://code.google.com/p/google-glass-api/issues/detail?id=245

    You can load the additional mentioned apk to get the functionality for the mean time. See Using Android Speech Recognition APIs from Google Glass

    0 讨论(0)
提交回复
热议问题