stopSpeaking()
Stops synthesis in progress.
Declaration
func stopSpeaking()Discussion
If the receiver is currently generating speech, synthesis is halted, and the message speechSynthesizer(_:didFinishSpeaking:) is sent to the delegate.
Stops synthesis in progress.
func stopSpeaking()If the receiver is currently generating speech, synthesis is halted, and the message speechSynthesizer(_:didFinishSpeaking:) is sent to the delegate.