AVSpeechSynthesizer.PauseSpeaking(AVSpeechBoundary) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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