NSSpeechSynthesizer.StopSpeaking Method

Definition

Overloads

StopSpeaking()
StopSpeaking(NSSpeechBoundary)

StopSpeaking()

[Foundation.Export("stopSpeaking")]
public virtual void StopSpeaking ();
abstract member StopSpeaking : unit -> unit
override this.StopSpeaking : unit -> unit
Attributes

Applies to

StopSpeaking(NSSpeechBoundary)

[Foundation.Export("stopSpeakingAtBoundary:")]
public virtual void StopSpeaking (AppKit.NSSpeechBoundary boundary);
abstract member StopSpeaking : AppKit.NSSpeechBoundary -> unit
override this.StopSpeaking : AppKit.NSSpeechBoundary -> unit

Parameters

boundary
NSSpeechBoundary
Attributes

Applies to