Share via


AVSpeechSynthesizerDelegate.WillSpeakMarker Method

Definition

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

Parameters

synthesizer
AVSpeechSynthesizer
utterance
AVSpeechUtterance

Implements

Attributes

Applies to