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

后端 未结 2 1838
予麋鹿
予麋鹿 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.

提交回复
热议问题