Posts

Post not yet marked as solved
5 Replies
I just tried to iterate through[SFSpeechRecognizer supportedLocales]creating a new SFSpeechRecognizer with a locale described:SFSpeechRecognizer* recognizer = [[SFSpeechRecognizer alloc] initWithLocale:locale];then I try to do this:return [recognizer supportsOnDeviceRecognition];But the only supported locales show up as"en-US""en-CA""ar-SA"That's 3 supported offline languages, 2 of which are English. Where's the other 7+? WWDC slides mentioned that the SFSpeechRecognizer should support 10+ languages in offline mode.I'm using an Iphone 11 Pro Max, iOS 13.4.1edit: ugh. just found this tweet, for anyone else looking for an answer:https://twitter.com/Valzevul/status/1177241666593415168