NSSpeechSynthesizerDelegate.WillSpeakWord 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.
[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
- sender
- NSSpeechSynthesizer
- wordCharacterRange
- NSRange
- ofString
- String
- Attributes