Share via


IAVSpeechSynthesizerDelegate.DidCancelSpeechUtterance Method

Definition

[Foundation.Export("speechSynthesizer:didCancelSpeechUtterance:")]
[Foundation.OptionalMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void DidCancelSpeechUtterance(AVFoundation.AVSpeechSynthesizer synthesizer, AVFoundation.AVSpeechUtterance utterance);
[<Foundation.Export("speechSynthesizer:didCancelSpeechUtterance:")>]
[<Foundation.OptionalMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member DidCancelSpeechUtterance : AVFoundation.AVSpeechSynthesizer * AVFoundation.AVSpeechUtterance -> unit
override this.DidCancelSpeechUtterance : AVFoundation.AVSpeechSynthesizer * AVFoundation.AVSpeechUtterance -> unit

Parameters

synthesizer
AVSpeechSynthesizer
utterance
AVSpeechUtterance
Attributes

Applies to