MonobjcMonobjc Documented Class Library
NSSpeechInputModeProperty Field
NamespacesMonobjc.AppKitNSSpeechSynthesizerNSSpeechInputModeProperty

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 in phoneme-processing mode, a text string is interpreted to be a series of characters representing various phonemes and prosodic controls. Some synthesizers might support additional input-processing modes and define constants for these modes.

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