vote up 1 vote down star

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

flag

1 Answer

vote up 1 vote down

Well, if you just want the grammar, you can use a ruleref to get the dictation grammar:

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

Note that you'll still be responsible for parsing the rule and performing the actions.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.