MonobjcMonobjc Documented Class Library
NSSpeechResetProperty Field
NamespacesMonobjc.AppKitNSSpeechSynthesizerNSSpeechResetProperty

Set a synthesizer back to its default state. There is no value associated with this property; to reset the channel to its default state, set the key to NULL.

You can use this function to, for example, set speech pitch and speech rate to default values.

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 NSSpeechResetProperty
Public Shared ReadOnly NSSpeechResetProperty As NSString
public:
static initonly NSString^ NSSpeechResetProperty
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)