Contents

stopSpeaking(_:)

An action method that stops speaking that is in progress.

Declaration

func stopSpeaking(_ sender: Any?)

Parameters

  • sender:

    The object that sent this message.

Discussion

This action method stops speech that was previously started with startSpeaking(_:). This method behaves similar to the stopSpeaking(_:) method in NSTextView.

See Also

Controlling Speakable Text