Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I use voice search and VoiceRecognition on Android?

I want to use VoiceRecognition in my application, but this application needs to install voice search.

I don't want the user to have to install another other application then return to my application to run it. I want voice search to be installed from my application, or alternatively I'd like to find a tutorial to on how to add Voice Search capability to my application.

What can I do?

like image 478
mobileDeveloper Avatar asked Apr 01 '11 13:04

mobileDeveloper


People also ask

Where is the voice search app?

Step 1:First open the Google app on your Android phone or tablet. Step 3: From the given options tap on Settings and click on Voice. Step 4: Now under Hey Google, tap Voice Match.


1 Answers

Use the RecognizerIntent to fire the speech recognizer installed on your device

like image 170
K_Anas Avatar answered Sep 19 '22 18:09

K_Anas