MonobjcMonobjc Documented Class Library
NSSpeechCharacterModeProperty Field
NamespacesMonobjc.AppKitNSSpeechSynthesizerNSSpeechCharacterModeProperty

Get or set the synthesizer’s current text-processing mode. An NSString object that specifies whether the channel is currently in text input mode or phoneme input mode.The supported values are listed in “Speaking Modes for NSSpeechInputModeProperty.”

When the character-processing mode is NSSpeechModeNormal, input characters are spoken as you would expect to hear them. When the mode is NSSpeechModeLiteral, each character is spoken literally, so that the word “cat” is spoken “C–A–T”.

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