I have an objective-C app currently using the iOS speech-to-text and text-to-speech APIs.
https://developer.apple.com/reference/speech
Both are working, however they both only work when there is an Internet connection, they do not work offline.
How can I enable the APIs to work offline?