supportedCharacters
A list of Unicode character id ranges that define the Unicode characters supported by this voice.
Declaration
static let supportedCharacters: NSSpeechSynthesizer.VoiceAttributeKeyDiscussion
A dictionary containing two keys: “UnicodeCharBegin”, an integer value containing the beginning Unicode id of this range; and “UnicodeCharBegin”, an integer value containing the ending Unicode id of this range. The synthesizer converts or ignores any characters not contained in the range of supported characters.
Some voices may not provide this attribute.