Android 2.2.1 Nexus one : Voice recognition problem -
hi folks,
i have strange problem voice recognition on google nexus 1 phone have firmware:2.2.1.voice recognition gives multiple interpretations of spoken word when speak "hello" voice recognition, results received "hello, hotels, photos, fomdem, honda" expected come "hello" same things works fine on firmware 2.1 give satisfactory result.
whats has done avoid issue.any suggestions helpful
best regards, vinayak
i can't explain differnet behavior different versions, have looked @ http://developer.android.com/reference/android/speech/recognizerintent.html#extra_max_results ?
the intent accepts max results parameter tells recognizer how many candidate strings return client. typically in speech recognition, client may need provide user disambiguation step (like "did "hello" or "hotel"?". if want candidate, set extra_max_results 1.
Comments
Post a Comment