0

You can see using plane mode, the mic to use 'Dictation' is unavailable.

According to this question and to the screenshot below from my iOS app : Is there is anyone know which kind of Apple devices is allowable to use 'Dictation' in Offline Mode ?

Community
  • 1
  • 1
Danyl
  • 2,012
  • 3
  • 19
  • 40

1 Answers1

0

As mentioned in the update in the post you linked: you can use supportedLocales() to get the list of supported locales and also is​Available for the current locale to see if it's available.

The user has to turn on dictation System Preferences -> General -> Keyboard. It's available in English but not for e.g Swedish.

E. Bogren
  • 118
  • 1
  • 9
  • As you can see my device is in english, my keyboard too and I have also mic disabled with Offline Mode. What does that mean by: 'use supportedLocales()' ? – Danyl Apr 04 '17 at 00:35
  • There is a method of [SFSpeechrecognizer](https://developer.apple.com/reference/speech/sfspeechrecognizer) to get the list of supported locales. You have to check if it's available as well since some require internet access. – E. Bogren Apr 04 '17 at 07:54
  • Thanks for your answer. But I didn't need know about 'require internet access.' I want to know, according to my previous question, which devices (iPhone, iPad and so on) is available to use 'Dictation' keyboard features in Offline Mode. – Danyl Apr 04 '17 at 18:49