Share via


AVSpeechUtteranceInitializationOption Enum

Definition

This enum is used to select how to initialize a new AVSpeechUtterance instance.

public enum AVSpeechUtteranceInitializationOption
type AVSpeechUtteranceInitializationOption = 
Inheritance
AVSpeechUtteranceInitializationOption

Fields

Name Value Description
PlainText 0

The string parameter passed to the constructor is a plain text string.

SsmlRepresentation 1

The string parameter passed to the constructor is an SSML (Speech Synthesis Markup Language) string.

Applies to