Few questions,
What is the difference between the SpeechRecognizer and the SpeechRecognitionEngine classes? why use one over the other for speech recognition?
Is the speech recognition widget that I see in Windows 10 when I start my program has to be shown?
I loaded the SpeechRecognizer object with simple grammar such as "a", "b", "a r". it recognizes it perfectly but the time it takes is not ideal for my program, I would like it to be faster, any way to do that?
I wantis not a measurement unit, you need to do speed comparison. Maybe 0.1s for your grammar is blazing fast. Also it might depend on million reasons. Do you run it in debug mode or is it release build? Have you compared speed with other grammars and applications?