I am using using system.speech.recognition to recognize a single word from many. Because the accurate is not very good, I want to consider more options the engine gives me. However, the e.Result.Alternates only contains one result which is the same as e.Result.word . Is there a ways to force the engine to give me more options? Thank you!

link|improve this question

20% accept rate
Could you show the code that you are using? – msarchet Nov 21 '11 at 16:27
Grammar just simply contains many words, and this is how I do the recognition _recognitionEngine.RecognizeAsync( RecognizeMode.Multiple ); – user512853 Nov 21 '11 at 16:31
I'm not sure getting its other guesses will help (if you even can do that), since it's already giving you its best guess, so other options are even less likely to be correct. – George Duckett Nov 21 '11 at 16:46
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.