Is it possible to do spe开发者_JAVA技巧ech recognition in VB.NET?
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
精彩评论