Continuous Speech Recognition Android

前端 未结 4 1026
失恋的感觉
失恋的感觉 2020-11-28 09:52

I am looking at doing speech recognition in android. The program needs to have continuous speech recognition. The library only needs to be about 10 words. I have considered

4条回答
  •  情深已故
    2020-11-28 10:46

    Here is another way (if you are planning to use Phonegap/Cordova).

    https://stackoverflow.com/a/39695412/3603128

    1) It listens continuously.

    2) Does not display (occupy) on screen.

提交回复
热议问题