The Android SDK provides support for an easy integration of speech input into native applications. We need just to send out an intent RecognizerIntent (no permission is required) to call any available voice recognition service in the phone (e.g. Google Voice, Nuance Dragon API for mobile). Then, a list of recognized word is send back to the application which can capture them in the onActivityResult method.
Affichage des articles dont le libellé est Intent. Afficher tous les articles
Affichage des articles dont le libellé est Intent. Afficher tous les articles
mardi 3 juillet 2012
dimanche 17 juin 2012
Handling events on Android
In this post, we will see how to listen for some events (e.g. call related events) on Adroid devices in order to perform a certain action:
- How to listen for incoming/outgoing calls
- How to ...
Inscription à :
Articles (Atom)
