Contents

phonemeSymbols

Get a list of phoneme symbols and example words defined for the synthesizer.

Declaration

static let phonemeSymbols: NSSpeechSynthesizer.SpeechPropertyKey

Discussion

A dictionary object that contains the phoneme symbols and example words defined for the current synthesizer.

Your application might use this information to show the user what symbols to use when entering phonemic text directly. See NSSpeechSynthesizer.SpeechPropertyKey.PhonemeInfoKey for a description of the keys present in the dictionary.

This property works with setObject(_:forProperty:).

See Also

Speech Property Keys