numberMode
Get or set the synthesizer’s current number-processing mode.
Declaration
static let numberMode: NSSpeechSynthesizer.SpeechPropertyKeyDiscussion
An NSString object that specifies whether the synthesizer is currently in normal or literal number-processing mode. The supported values are listed in NSSpeechSynthesizer.SpeechPropertyKey.Mode.
When the number-processing mode is normal, the synthesizer assembles digits into numbers (so that “12” is spoken as “twelve”). When the mode is literal, each digit is spoken literally (so that “12” is spoken as “one, two”).
This property is used with setObject(_:forProperty:) and object(forProperty:).