Discussion:
SAPI 5.3 Without the "Usual commands"
(too old to reply)
foogitiff
2008-05-19 09:34:01 UTC
Permalink
Hi there,

I'm using SAPI 5.3 in Vista with Visual C# 2008 express, and it works
great... But I want to avoid the usual commands, such as "Switch to ..." ,
"Close ...".

Is it possible ?
Steve Meyer [MSFT]
2008-05-23 15:13:22 UTC
Permalink
Yes, this is possible. Probably the easiest way to do this is to use the
SpeechRecognitionEngine class instead of the SpeechRecognizer class. This
allows you to create a recognition engine that will only be used by your
applications process and not the default shared recognizer that's used by
Windows Speech Recognition.

-- Steve Meyer

This posting is provided "AS IS" with no warranties, and confers no rights.
Post by foogitiff
Hi there,
I'm using SAPI 5.3 in Vista with Visual C# 2008 express, and it works
great... But I want to avoid the usual commands, such as "Switch to ..." ,
"Close ...".
Is it possible ?
Loading...