I\'d like to programmatically put my UITextField input into dictation mode, without requiring the user to bring up and select dictation from the keyboard. Searched the API
With iOS 10 Apple added SFSpeechRecognizer which allows for starting speech recognition without user interaction.