MonobjcMonobjc Documented Class Library
NSSpeechCurrentVoiceProperty Field
NamespacesMonobjc.AppKitNSSpeechSynthesizerNSSpeechCurrentVoiceProperty

Set the current voice on the synthesizer to the specified voice. 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 the keys you can use to specify values in this 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 NSSpeechCurrentVoiceProperty
Public Shared ReadOnly NSSpeechCurrentVoiceProperty As NSString
public:
static initonly NSString^ NSSpeechCurrentVoiceProperty
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)