0

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?

James
  • 17,965
  • 11
  • 91
  • 146
  • The post answers first say it is not possible, they say it is possible on some devices. So the question is which devices? and what code needs to be different from the online speech code? I have a client that has a device where offline dictation works, but our speech API usage does not? – James May 16 '17 at 01:32
  • and for the devices that support it, how do you enable it? – James May 16 '17 at 01:33
  • @James : I have similar requirements. Can you please give some reference of your solutions ? – Maulik Aug 30 '17 at 06:00

1 Answers1

0

Currently, this does not appear to be possible.

Dmitry Serov
  • 861
  • 11
  • 22