Groups > Microsoft > Microsoft Speech Tech SDK > Windows Server 2008 and Speech Recognition




Windows Server 2008 and Speech Recognition

Windows Server 2008 and Speech Recognition
Sun, 13 Apr 2008 15:44:01 -070
Is speech recognition supported on Windows Server 2008?  The following C# 
code fails with a PlatformNotSupportedException("No recognizer is 
installed.").

                recognizer = new SpeechRecognitionEngine();
                recognizer.LoadGrammar(new DictationGrammar()); // ** 
exception

I verified that the SAPI 5.3 is installed by checking the version number for 
C:\windows\system32\speech\sapi.dll and I have also installed the Desktop 
Experience feature.  How do I install an English speech recognizer on Server 
Post Reply
about | contact