Share via


AVSpeechBoundary Enum

Definition

An enumeration whose values specify whether the AVSpeechSynthesizer should pause or stop immediately or complete an entire word.

[ObjCRuntime.Native]
public enum AVSpeechBoundary
[<ObjCRuntime.Native>]
type AVSpeechBoundary = 
Inheritance
AVSpeechBoundary
Attributes

Fields

Name Value Description
Immediate 0

The speech should stop or pause immediately.

Word 1

The speech should stop or pause after the current word.

Applies to