-2
Someone could inform me the link where I can download this Referral: Microsoft.Speech.Recognition; and if possible help me install it.
Thank you
-2
Someone could inform me the link where I can download this Referral: Microsoft.Speech.Recognition; and if possible help me install it.
Thank you
0
First you need to add the reference System.Speech
to your project:
var sre = new SpeechRecognitionEngine(new System.Globalization.CultureInfo("en-US"));
For more information on the component:
https://msdn.microsoft.com/en-us/library/hh378426(v=office.14). aspx
Browser other questions tagged c# chatbot voice-recognition
You are not signed in. Login or sign up in order to post.