AVSpeechBoundary Enum
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.
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
Name | Value | Description |
---|---|---|
Immediate | 0 | The speech should stop or pause immediately. |
Word | 1 | The speech should stop or pause after the current word. |