voice
voice copied to clipboard
Customizing for offline iOS recognition.
trafficstars
I am trying to customize this package to work only on device and not on the cloud.
if (@available(iOS 13, *)) {
self.recognitionRequest.requiresOnDeviceRecognition = YES;
}
adding this code to setupAndStartRecognizing function causes onSpeechResultsHandler to fire twice when recognizing. Any chance we could get offline mode support for iOS?
hey man im also looking for a solution to make it work offline on ios....as its working offline on android..pls let me know if you ever find a fix for it