NSSpeechSynthesizerDelegate.WillSpeakWord Method

Definition

[Foundation.Export("speechSynthesizer:willSpeakWord:ofString:")]
public virtual void WillSpeakWord (AppKit.NSSpeechSynthesizer sender, Foundation.NSRange wordCharacterRange, string ofString);
abstract member WillSpeakWord : AppKit.NSSpeechSynthesizer * Foundation.NSRange * string -> unit
override this.WillSpeakWord : AppKit.NSSpeechSynthesizer * Foundation.NSRange * string -> unit

Parameters

wordCharacterRange
NSRange
ofString
String
Attributes

Applies to