9Implementing Nuance Speech Recognition on Swift, cannot listen to onResult, onError… events
- 阅读更多 关于 9Implementing Nuance Speech Recognition on Swift, cannot listen to onResult, onError… events
问题 I have two parts of my Speech Recon project with Nuance, the .h file of a module (ObjectiveC) and a ViewController (swift). I want to set up a SpeechRecognition object in my swift viewController , and listen to onBegin, onStop... and such methods. The only way to make it compile is to use nil as the delegate parameter to initialize the SpeechRecon object. Obviously this is not good because my onStart... and onFinish functions don´t trigger. I have implemented a protocol to the SKRecogniser