I was trying to implement Bing Speech Recognition in my application and after doing lots of search, I couldn't get the solution for this exception.
Access to the service is Denied. Unauthorized Exception.
I have the following code right now and I get this exception while the speech is being processed.
var result = await SR.RecognizeSpeechToTextAsync();
Am currently following this msdn link completely and I have gone through below links for the solution for this exception.
Still I couldn't get proper solution for my problem. Any help would be highly appreciated.