MonobjcMonobjc Documented Class Library
NSSpeechErrorsProperty Field
NamespacesMonobjc.AppKitNSSpeechSynthesizerNSSpeechErrorsProperty

Get speech-error information for the synthesizer. An NSDictionary object that contains speech-error information. See “NSSpeechErrorProperty Dictionary Keys” for a description of the keys present in the dictionary.

This property lets you get information about various run-time errors that occur during speaking, such as the detection of badly formed embedded commands. Errors returned directly by the Speech Synthesis Manager are not reported here.

If your application implements the speechSynthesizer:didEncounterErrorAtIndex:ofString:message: delegate message, the delegate message can use this property to get error information.

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

Available in Mac OS X v10.5 and later.

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