Share via


AVSpeechSynthesisMarkerStringOption Enum

Definition

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

public enum AVSpeechSynthesisMarkerStringOption
type AVSpeechSynthesisMarkerStringOption = 
Inheritance
AVSpeechSynthesisMarkerStringOption

Fields

Name Value Description
Phoneme 0

The value parameter passed to the constructor is a phoneme.

Bookmark 1

The value parameter passed to the constructor is a bookmark name.

Applies to