removeDictationResultPlaceholder(_:willInsertResult:)
Tells the view that the specified placeholder object is unnecessary.
Declaration
optional func removeDictationResultPlaceholder(_ placeholder: Any, willInsertResult: Bool)Parameters
Discussion
If the value in the willInsertResult parameter is false, the placeholder animation is not replaced by an actual dictation result. When this happens, the system still removes the placeholder animation and removes the strong reference to your placeholder object.