Contents

insertDictationResult(_:)

Tells the object when there is more than one interpretation of a spoken phrase in a dictation result.

Declaration

optional func insertDictationResult(_ dictationResult: [UIDictationPhrase])

Parameters

Discussion

Implement this optional method if you want to support dictation phrase alternatives. If you do not implement this method, iOS inserts the most likely interpretation of the dictated phrase.

See Also

Using dictation