Contents

individuallySpokenCharacters

A list of Unicode character id ranges that define the Unicode characters that can be spoken in character-by-character mode by this voice.

Declaration

static let individuallySpokenCharacters: NSSpeechSynthesizer.VoiceAttributeKey

Discussion

Each list entry is a dictionary containing two keys: “UnicodeCharBegin”, an integer value containing the beginning Unicode id of this range; and “UnicodeCharEnd”, an integer value containing the ending Unicode id of this range. Your application can use these ranges to determine if the voice can speak the name of an individual character when spoken in character-by-character mode.

Some voices may not provide this attribute.

See Also

Voice Attribute Keys