The docs mention a required extra that must be added to that intent called RecognizerIntent.EXTRA_LANGUAGE_MODEL: http://developer.android.com/intl/fr/reference/android/speech/RecognizerIntent.html#ACTION_RECOGNIZE_SPEECH
So one thing to check is to make sure you are calling putExtra on the intent for that. You can see example code here: http://developer.android.com/intl/fr/guide/samples/ApiDemos/src/com/example/android/apis/app/VoiceRecognition.html On Oct 4, 2:27 am, srihari m <[email protected]> wrote: > hi all.. > > im working with android for a while...im particularly interested in the > speech recognition feature that is included in the latest release of > android(1.5)...tried some programs with the recogniser intent interface..but > that didnt work out well...the android developer site had very little to > offer..and there was not much help in the web...all i want to know is how > the ACTION_RECOGNIZE_SPEECH actually works...i created an intent object > passing the ACTION_RECOGNIZE_SPEECH in the constructor and invoked the > activity(which obivously didnt work... though it compiled) . iam using > eclipse ganymede and android 1.5..thanks in advance > -- > ☺☺☺☺☻☻☻☻ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

