tags:

views:

104

answers:

1

I want to use the speech to text api in android, but I don't want to be slowed down by those dialogs. Is it possible to use the functionality without them?

+3  A: 

No.

The Intent for the speech recognition displays the dialog and there are no options to disable showing it.

You should also know that the speech recognition feature requires an internet connection so that the sound can be uploaded to Google for recognition.

Ben S