AVSpeechBoundary Enum

Definition

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

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public enum AVSpeechBoundary
type AVSpeechBoundary = 
Inheritance
AVSpeechBoundary
Attributes

Fields

Immediate 0

The speech should stop or pause immediately.

Word 1

The speech should stop or pause after the current word.

Applies to