Offline Voice Recognition API in Android 4.2

I want to create an application that uses the standalone built-in Android voice recognition API. Does anyone have an example? I tried using the RecognizerIntent API, but it still requires internet. I looked here: https://code.google.com/p/google-voice-typing-integration/ . In the ActivityHelper.java file, they also use the RecognizerIntent API.

Thanks!

+4
source share
2 answers

I’m sure that offline speech recognition is a feature of Google Voice Typing. If you don’t install something that provides standalone recognition APIs, your built-in recognition system will require an Internet connection.

+3
source

You can use voice control without the Internet. Just use Voice Control without the Internet.

These are self-configuring commands using phoenetic alphabets.

-1
source

Source: https://habr.com/ru/post/1482659/


All Articles