Share via


NSSpeechSynthesizerDelegate.WillSpeakPhoneme Method

Definition

[Foundation.Export("speechSynthesizer:willSpeakPhoneme:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void WillSpeakPhoneme(AppKit.NSSpeechSynthesizer sender, short phonemeOpcode);
[<Foundation.Export("speechSynthesizer:willSpeakPhoneme:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member WillSpeakPhoneme : AppKit.NSSpeechSynthesizer * int16 -> unit
override this.WillSpeakPhoneme : AppKit.NSSpeechSynthesizer * int16 -> unit

Parameters

phonemeOpcode
Int16

Implements

Attributes

Applies to