MonobjcMonobjc Documented Class Library
AddSpeechDictionary Method (speechDictionary)
NamespacesMonobjc.AppKitNSSpeechSynthesizerAddSpeechDictionary(NSDictionary)

Registers the given speech dictionary with the receiver.

Original signature is '- (void)addSpeechDictionary:(NSDictionary *)speechDictionary'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void AddSpeechDictionary(
	NSDictionary speechDictionary
)
Public Overridable Sub AddSpeechDictionary ( _
	speechDictionary As NSDictionary _
)
public:
virtual void AddSpeechDictionary(
	NSDictionary^ speechDictionary
)
Parameters
speechDictionary (NSDictionary)
Speech dictionary to add to the receiver’s dictionaries. The key-value pairs are listed in “Speech Dictionary Properties.”
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)