AVSpeechSynthesizer.PauseSpeaking(AVSpeechBoundary) Method

Definition

Instructs speech synthesis to pause at the boundary.

[Foundation.Export("pauseSpeakingAtBoundary:")]
public virtual bool PauseSpeaking (AVFoundation.AVSpeechBoundary boundary);
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