Reputation: 17
I am making a dumb little project for my college degree using the microsoft System.speech recognition engine. I wanted to know what were the minimum requirements for such a software to run. Thanks.
Upvotes: 1
Views: 470
Reputation: 6390
The MSDN page of SpeechRecognitionEngine explains that. The supported platforms section differs when you select a different .NET Framework version from the dropdown at the top, so take a look at the list, take a look at which .NET Framework you use and see whether it's supported:
The MSDN page of SpeechRecognitionEngine for .NET 4.5 says:
The MSDN page of SpeechRecognitionEngine for .NET 4 says:
The MSDN page of SpeechRecognitionEngine for .NET 3.5 says:
The MSDN page of SpeechRecognitionEngine for .NET 3 says:
Upvotes: 1