SFSpeechRecognizer is not available

Question or problem in the Swift programming language: I’ve downloaded the sample code SpeakToMe at: https://developer.apple.com/library/prerelease/content/samplecode/SpeakToMe/Introduction/Intro.html Run it on the device and start recording but receiving no response. After a little debug I see the speechRecognizer.isAvailable is false. But sometimes it still available and work normally. I’ve checked internet connection as recommendation at https://developer.apple.com/reference/speech/sfspeechrecognizer/1649885-isavailable What […]

Continue Reading