Share via


AVSpeechSynthesizerDelegate.DidContinueSpeechUtterance Method

Definition

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

Parameters

synthesizer
AVSpeechSynthesizer
utterance
AVSpeechUtterance

Implements

Attributes

Applies to