Share via


NSSpeechSynthesizerDelegate.DidFinishSpeaking Method

Definition

[Foundation.Export("speechSynthesizer:didFinishSpeaking:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void DidFinishSpeaking(AppKit.NSSpeechSynthesizer sender, bool finishedSpeaking);
[<Foundation.Export("speechSynthesizer:didFinishSpeaking:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member DidFinishSpeaking : AppKit.NSSpeechSynthesizer * bool -> unit
override this.DidFinishSpeaking : AppKit.NSSpeechSynthesizer * bool -> unit

Parameters

finishedSpeaking
Boolean

Implements

Attributes

Applies to