MonobjcMonobjc Documented Class Library
NSVoiceSupportedCharacters Field
NamespacesMonobjc.AppKitNSSpeechSynthesizerNSVoiceSupportedCharacters

A list of unicode character id ranges that define the unicode characters supported by this voice. 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 will convert or ignore any characters not contained in the range of supported characters.

Some voices may not provide this attribute.

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static readonly NSString NSVoiceSupportedCharacters
Public Shared ReadOnly NSVoiceSupportedCharacters As NSString
public:
static initonly NSString^ NSVoiceSupportedCharacters
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)