How do I get correction commands while doing free dictation with sapi 5.3?

I have a sample app that does basic dictation using sapi 5.3.
It works well for punctuation text input ...
What do I need to do to enable the correction functionality as in the tutorial (correct word, select ...)?
Is there a specific grammar to load (what and how), some specific events to implement?

+2


source to share


1 answer


Ok if you just need grammar , you can use ruleref to get the grammar of the dictation:

<ruleref uri="sharing:Microsoft.SpeechUX.BuiltIn.LaunchCommands"/>



Note that you are still responsible for parsing the rule and taking action.

+1


source







All Articles