MonobjcMonobjc Documented Class Library
NSSpeechNumberModeProperty Field
NamespacesMonobjc.AppKitNSSpeechSynthesizerNSSpeechNumberModeProperty

Get or set the synthesizer’s current number-processing mode. An NSString object that specifies whether the synthesizer is currently in normal or literal number-processing mode. The constants NSSpeechModeNormal and NSSpeechModeLiteral are the possible values of this string.

When the number-processing mode is NSSpeechModeNormal, the synthesizer assembles digits into numbers (so that “12” is spoken as “twelve”). When the mode is NSSpeechModeLiteral, each digit is spoken literally (so that “12” is spoken as “one, two”).

This property is used with setObject:forProperty:error: and objectForProperty:error:.

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static readonly NSString NSSpeechNumberModeProperty
Public Shared ReadOnly NSSpeechNumberModeProperty As NSString
public:
static initonly NSString^ NSSpeechNumberModeProperty
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)