Android Offline Speech Recognition shows only one result?
问题 I've set a speech recognition service as shown in this post Android Speech Recognition as a service on Android 4.1 & 4.2 and when I use the offline recognition (putting the phone in plane mode) it only shows me 1 result in the onResults() while in online mode I always get more than 5 results. I use this Intent : mSpeechRecognizerIntent = new Intent(RecognizerIntent.ACTION_RECOGNIZE_SPEECH); mSpeechRecognizerIntent.putExtra(RecognizerIntent.EXTRA_LANGUAGE_MODEL, RecognizerIntent.LANGUAGE_MODEL