Registers the given speech dictionary with the receiver.
Original signature is '- (void)addSpeechDictionary:(NSDictionary *)speechDictionary'
Available in Mac OS X v10.5 and later.

C# | Visual Basic | Visual C++ |
public virtual void AddSpeechDictionary( NSDictionary speechDictionary )
Public Overridable Sub AddSpeechDictionary ( _ speechDictionary As NSDictionary _ )
public: virtual void AddSpeechDictionary( NSDictionary^ speechDictionary )

- speechDictionary (NSDictionary)
- Speech dictionary to add to the receiver’s dictionaries. The key-value pairs are listed in “Speech Dictionary Properties.”

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)