我有一个Windows Phone 8应用程序,它使用SpeechRecognizer类进行语音识别。应用程序在手机上运行正常,但在模拟器上,当我调用RecognizeAsync()方法时,我得到一个System.Exception:
System.Exception occurred
HResult=-2147199735
Message=The text associated with this error code could not be found.
Source=""
StackTrace:
at Windows.Phone.Speech.Recognition.SpeechRecognizer.RecognizeAsync()
at SpeechRecoControl.SpeechRecoControl.<RecognizeAsync>d__1.MoveNext()
InnerException:
由于它在手机上运行,我知道它不是Manifest Capabilities问题。我听说过人们因基于云的服务遇到麻烦,比如由于互联网连接问题导致的语音服务。但我可以使用Internet Explorer应用程序在模拟器上浏览网页。
有人知道如何解决这个问题吗?