C# Class Cocoa.SpeechSynthesizer

Inheritance: Object
Afficher le fichier Open project: mono/cocoa-sharp Class Usage Examples

Protected Properties

Свойство Type Description
mSpeechSynthesizerListener SpeechSynthesizerListener

Méthodes publiques

Méthode Description
SpeechSynthesizer ( ) : System
SpeechSynthesizer ( IntPtr native_object ) : System
StartSpeaking ( string text ) : bool
StopSpeaking ( ) : void

Méthodes protégées

Méthode 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 méthode

protected FireEvent_DidFinishSpeaking ( bool aDidFinishSpeaking ) : void
aDidFinishSpeaking bool
Résultat void

FireEvent_WillSpeak() protected méthode

protected FireEvent_WillSpeak ( Range aCharacterRange, Cocoa aString ) : void
aCharacterRange Range
aString Cocoa
Résultat void

FireEvent_WillSpeakPhoneme() protected méthode

protected FireEvent_WillSpeakPhoneme ( short aPhonemeOpCode ) : void
aPhonemeOpCode short
Résultat void

SpeechSynthesizer() public méthode

public SpeechSynthesizer ( ) : System
Résultat System

SpeechSynthesizer() public méthode

public SpeechSynthesizer ( IntPtr native_object ) : System
native_object System.IntPtr
Résultat System

StartSpeaking() public méthode

public StartSpeaking ( string text ) : bool
text string
Résultat bool

StopSpeaking() public méthode

public StopSpeaking ( ) : void
Résultat void

SubscribeToCocoaDelegate() protected méthode

protected SubscribeToCocoaDelegate ( Cocoa aTarget ) : void
aTarget Cocoa
Résultat void

Property Details

mSpeechSynthesizerListener protected_oe property

protected SpeechSynthesizerListener mSpeechSynthesizerListener
Résultat SpeechSynthesizerListener