I have a question about Bing SpeechRecognizer control. I have a problem on where I should place that question.
http://social.msdn.microsoft.com/Forums/en-US/82fe9172-5de1-4430-ae68-da4d48bed6bd/problems-with-new-bing-speech-recognition-control?forum=toolsforwinapps
recommends the
http://social.msdn.microsoft.com/Forums/en-US/bingdev/.
When I follow this link, I see the "category=bing&forum=bingdev", yet I can't post the question until I select the forum.
There is no "Bing" in the category list so I can't find correct forum.
Please tell me how I should use the forum
Here is the question itself. First line is the subject, the rest is the text:
problem with Bing SpeechRecognizer
I am playing with Bing Speech Recognition Control web search sample (http://code.msdn.microsoft.com/Bing-Speech-Recognition-210c8978).
I have obtained the credentials from Windows Azure marketplace and tried to run the application.
The result is:
System.UnauthorizedAccessException: Access to the service is denied.
at Bing.Speech.ExceptionHandler.HandleConnectionException(Exception ex)
at Bing.Speech.SpeechRecognizer.<EstablishCUConnection>d__15.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.GetResult()
at Bing.Speech.SpeechRecognizer.<ConnectToServiceAsync>d__c.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.GetResult()
at Bing.Speech.API.NlApiOperation.<<RecognizeSpeechAsync>b__26>d__2a.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
at Bing.Speech.API.NlApiOperation.<>c__DisplayClass2`1.<<Run>b__0>d__9.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
at Speech_API_sample.MainPage.<SpeakButton_Click>d__1.MoveNext()
thrown from the RecognizeSpeechToTextAsync.
Could you please explain what it could mean and how to use the SpeechRecognizer.RecognizeSpeechToTextAsync?
The documentation is silent about it.