Share via


NSSpeechSynthesizerDelegate.WillSpeakWord Method

Definition

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

Parameters

wordCharacterRange
NSRange
ofString
String

Implements

Attributes

Applies to