Re: [android-developers] How to increase the amount of time to consider input complete, in android voice recognition?

2011-03-22 Thread Filip Havlicek
Hi vamsi, check this RecognizerIntent extra http://developer.android.com/reference/android/speech/RecognizerIntent.html#EXTRA_SPEECH_INPUT_COMPLETE_SILENCE_LENGTH_MILLIS Best regards, Filip Havlicek 2011/3/22 vamsi > Hi > > In android voice recognition, Can any one know how to increase the > a

[android-developers] How to increase the amount of time to consider input complete, in android voice recognition?

2011-03-22 Thread vamsi
Hi In android voice recognition, Can any one know how to increase the amount of time that it should take after we stop hearing speech to consider the input possibly complete. I need to prevent the endpointer cutting off during very short mid-speech pauses while voice recognition. If anyone knows t