download and install Microsoft.Speech.Recognition

-2

Can someone tell me the link where I can download this reference: Microsoft.Speech.Recognition; and if possible help me install it.

Thank you

    
asked by anonymous 16.12.2017 / 14:53

1 answer

0

First you need to add the System.Speech reference to your project:

varsre=newSpeechRecognitionEngine(newSystem.Globalization.CultureInfo("en-US"));

For more information on the component:

link

    
16.12.2017 / 17:05