Is Possiple to create Speech recognision in vb.net . Anybody tell to me
thanks
Is Possiple to create Speech recognision in vb.net . Anybody tell to me
thanks
Microsoft's SAPI is a speech recognition object you can use in .net code:
http://www.microsoft.com/speech
Any good?
Here is the MSDN documentation on System.Speech.Recognition namespace:
http://msdn.microsoft.com/en-us/library/system.speech.recognition.aspx
Thomas