Search code examples
ios10sfspeechrecognizer

SFSpeechRecognizer authorization key in Info.plist


What is key name, that I need to add in Info.plist to display speech recognition authorization request?


Solution

  • NSMicrophoneUsageDescription - for microphone usage authorization.

    NSSpeechRecognitionUsageDescription - for asking speech recognition authorization.

    Note that speech recognition as any microphone usage is not available in Simulator.