Share via


AVSpeechSynthesizer.PauseSpeaking(AVSpeechBoundary) Method

Definition

Instructs speech synthesis to pause at the boundary.

[Foundation.Export("pauseSpeakingAtBoundary:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool PauseSpeaking(AVFoundation.AVSpeechBoundary boundary);
[<Foundation.Export("pauseSpeakingAtBoundary:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member PauseSpeaking : AVFoundation.AVSpeechBoundary -> bool
override this.PauseSpeaking : AVFoundation.AVSpeechBoundary -> bool

Parameters

boundary
AVSpeechBoundary

Whether to stop immediately or to complete the current word.

Returns

true if synthesis was paused successfully.

Attributes

Applies to