Provides the attribute dictionary of a voice.
Original signature is '+ (NSDictionary *)attributesForVoice:(NSString *)voiceIdentifier'
Available in Mac OS X v10.3 and later.

C# | Visual Basic | Visual C++ |
public static NSDictionary AttributesForVoice( NSString voiceIdentifier )
Public Shared Function AttributesForVoice ( _ voiceIdentifier As NSString _ ) As NSDictionary
public: static NSDictionary^ AttributesForVoice( NSString^ voiceIdentifier )

- voiceIdentifier (NSString)
- Identifier of the voice whose attributes you want to obtain.

Attribute dictionary of the voice identified by voiceIdentifier. The attributes keys and value types are listed in “Voice Attributes”

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