First of all, this question is made because of my lack of knowledge on windows related technologies. Now the question.
I have made an speech recognition application using Windows Speech API, using C#.Net. I am on windows 7 ultimate.
Now I need to make this application into an API, where the other applications can use its services. My other application is a web application.
I am thinking about purchasing a windows instance from Amazon cloud and adding this API into it with a web service, so my other application can access it via a REST api or something.
Is this possible with windows C#, specially with SpeechRecognition?