C# Class Cocoa.SpeechSynthesizer

Inheritance: Object
Show file Open project: mono/cocoa-sharp Class Usage Examples

Protected Properties

Property Type Description
mSpeechSynthesizerListener SpeechSynthesizerListener

Public Methods

Method Description
SpeechSynthesizer ( ) : System
SpeechSynthesizer ( IntPtr native_object ) : System
StartSpeaking ( string text ) : bool
StopSpeaking ( ) : void

Protected Methods

Method Description
FireEvent_DidFinishSpeaking ( bool aDidFinishSpeaking ) : void
FireEvent_WillSpeak ( Range aCharacterRange, Cocoa aString ) : void
FireEvent_WillSpeakPhoneme ( short aPhonemeOpCode ) : void
SubscribeToCocoaDelegate ( Cocoa aTarget ) : void

Method Details

FireEvent_DidFinishSpeaking() protected method

protected FireEvent_DidFinishSpeaking ( bool aDidFinishSpeaking ) : void
aDidFinishSpeaking bool
return void

FireEvent_WillSpeak() protected method

protected FireEvent_WillSpeak ( Range aCharacterRange, Cocoa aString ) : void
aCharacterRange Range
aString Cocoa
return void

FireEvent_WillSpeakPhoneme() protected method

protected FireEvent_WillSpeakPhoneme ( short aPhonemeOpCode ) : void
aPhonemeOpCode short
return void

SpeechSynthesizer() public method

public SpeechSynthesizer ( ) : System
return System

SpeechSynthesizer() public method

public SpeechSynthesizer ( IntPtr native_object ) : System
native_object System.IntPtr
return System

StartSpeaking() public method

public StartSpeaking ( string text ) : bool
text string
return bool

StopSpeaking() public method

public StopSpeaking ( ) : void
return void

SubscribeToCocoaDelegate() protected method

protected SubscribeToCocoaDelegate ( Cocoa aTarget ) : void
aTarget Cocoa
return void

Property Details

mSpeechSynthesizerListener protected property

protected SpeechSynthesizerListener mSpeechSynthesizerListener
return SpeechSynthesizerListener