C # System.Speech notfound!

im trying to use Speech Recognition related to this: C # Speech Recognition is what the user said?

but the system cannot find its assemblies.

+3
source share
3 answers

Be sure to have a link in System.Speech.Recognition in your project.

In addition, it is only available for .NET 3.0 and higher.

+7
source

you need to add System.Speech.Recognition to your project.

In .Net 3.0 and higher

enter image description here

+7
source

System.Speech .Net 3.0 . MSDN 3.0 http://msdn.microsoft.com/en-us/library/system.speech.recognition(v=VS.85).aspx. Windows Vista Windows 7. ? ?

, - asp.net? ,

, , http://en.wikipedia.org/wiki/Windows_Speech_Recognition, :

Microsoft, Microsoft Dictation (a , Windows 9). XP, Office 2003, [3] Microsoft Plus! Windows XP, Windows XP Tablet PC Edition Windows Mobile ( Microsoft Voice Command). [4] , Windows Vista, . , Windows Windows Vista 2006 , Microsoft Windows .

http://www.microsoft.com/speech/developers.aspx ".Net 3.x System.Speech", "Microsoft Speech Engines". . :

enter image description here

:

  • 6.1 Microsoft (ISV) , . SAPI 5.1 Windows 2000. . : listen@microsoft.com.
  • : (), , () ()
  • Microsoft Office 2003 6.1 Microsoft, 2. Office 2003 Windows 2003 Server .
  • 8 : (), (), (), (), (), , () ().
  • Microsoft Anna Windows Vista .
  • Microsoft Lili speaks Chinese and English. Microsoft Lili TTS is included in all Chinese versions of Windows Vista and Windows Server 2008. Users of Windows Vista Ultimate, Windows Vista Business Enterprise, and Windows Server 2008 can download either Chinese (simplified) or Chinese (traditional) multilingual Language Packs user interface and Microsoft Lili voice.
+2
source

All Articles