Catching word formatting before dictation
Submitted by firegift on Fri, 01/02/2009 - 10:05.
I have just created grammar to intercept dictation before it is typed out by Dragon NaturallySpeaking, but is there any way to determine the formatting of the words dictated.
There is a sample inside the NSformat but I'm not sure how to use it in the context of a dictation grammar.

I think the easiest thing
I think the easiest thing would be to inspect the character before the cursor (put on the clipboard), and start from there.
nsformat can thus be initialised with formatting properties. After each interpretation these word properties are passed back as well, that ensures the formatting of the phrase.
Quintijn