Share via


AVSpeechSynthesizerDelegate.WillSpeakRangeOfSpeechString Method

Definition

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

Parameters

synthesizer
AVSpeechSynthesizer
characterRange
NSRange
utterance
AVSpeechUtterance

Implements

Attributes

Applies to