MonobjcMonobjc Documented Class Library
NSSpeechPhonemeSymbolsProperty Field
NamespacesMonobjc.AppKitNSSpeechSynthesizerNSSpeechPhonemeSymbolsProperty

Get a list of phoneme symbols and example words defined for the synthesizer. An NSDictionary 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 “NSSpeechPhonemeSymbolsProperty Dictionary Keys” for a description of the keys present in the dictionary.

This property works with setObject:forProperty:error:.

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static readonly NSString NSSpeechPhonemeSymbolsProperty
Public Shared ReadOnly NSSpeechPhonemeSymbolsProperty As NSString
public:
static initonly NSString^ NSSpeechPhonemeSymbolsProperty
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)