NSSpeechSynthesizer.StopSpeaking Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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