简体   繁体   中英

voice dictation for watch kit (Apple Watch)

The present method am using for voice dictation is little hectic. The method used is “ presentTextInputControllerWithSuggestions ”. It follows series of steps for single voice input " VoiceInputButton -> SpeakButton -> VoiceInputFromUser -> DoneButton ". I think above procedure consumes more time for single input where it lacks fastness. Please help me if there are some other alternatives to fasten (VoiceInputButton -> VoiceInputFromUser) the voice input? Thanks in advance.

如果传递空的建议列表,并将allowedInputMode设置为plain,则应直接执行听写(将不显示建议屏幕)。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM