MonobjcMonobjc Documented Class Library
AttributesForVoice Method (voiceIdentifier)
NamespacesMonobjc.AppKitNSSpeechSynthesizerAttributesForVoice(NSString)

Provides the attribute dictionary of a voice.

Original signature is '+ (NSDictionary *)attributesForVoice:(NSString *)voiceIdentifier'

Available in Mac OS X v10.3 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static NSDictionary AttributesForVoice(
	NSString voiceIdentifier
)
Public Shared Function AttributesForVoice ( _
	voiceIdentifier As NSString _
) As NSDictionary
public:
static NSDictionary^ AttributesForVoice(
	NSString^ voiceIdentifier
)
Parameters
voiceIdentifier (NSString)
Identifier of the voice whose attributes you want to obtain.
Return Value
Attribute dictionary of the voice identified by voiceIdentifier. The attributes keys and value types are listed in “Voice Attributes”
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)