views:

62

answers:

2

Is Possiple to create Speech recognision in vb.net . Anybody tell to me

thanks

+3  A: 

Microsoft's SAPI is a speech recognition object you can use in .net code:

http://www.microsoft.com/speech

Any good?

Brett Rigby
+1  A: 

Here is the MSDN documentation on System.Speech.Recognition namespace:

http://msdn.microsoft.com/en-us/library/system.speech.recognition.aspx

Thomas

Thomas