UITextField begin dictation

后端 未结 3 1520
慢半拍i
慢半拍i 2020-12-16 13:23

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

3条回答
  •  天命终不由人
    2020-12-16 13:49

    Yes

    With iOS 10 Apple added SFSpeechRecognizer which allows for starting speech recognition without user interaction.

提交回复
热议问题