You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have implemented the Speech framework in my Cordova App and it didn't ask the NSSpeechRecognitionUsageDescription permission on iOS real device also the speechRecognizer variable comes nil because of an optional: @objc(startRecognition:) // Declare your function name. func startRecognition(command: CDVInvokedUrlCommand) { if !self.**speechRecognizer!**.isAvailable { self.publishSTTError(error: "Speech recognition service not available") return }
PS: I am using Xcode 13.2.
Could anyone can help me out for the above mentioned query?
Thanks in advance!
The text was updated successfully, but these errors were encountered:
Hi Pravin,
I have implemented the Speech framework in my Cordova App and it didn't ask the NSSpeechRecognitionUsageDescription permission on iOS real device also the speechRecognizer variable comes nil because of an optional:
@objc(startRecognition:) // Declare your function name. func startRecognition(command: CDVInvokedUrlCommand) { if !self.**speechRecognizer!**.isAvailable { self.publishSTTError(error: "Speech recognition service not available") return }
PS: I am using Xcode 13.2.
Could anyone can help me out for the above mentioned query?
Thanks in advance!
The text was updated successfully, but these errors were encountered: