Property | Type | Description | |
---|---|---|---|
mSpeechSynthesizerListener | SpeechSynthesizerListener |
Method | Description | |
---|---|---|
SpeechSynthesizer ( ) : System | ||
SpeechSynthesizer ( |
||
StartSpeaking ( string text ) : bool | ||
StopSpeaking ( ) : void |
Method | Description | |
---|---|---|
FireEvent_DidFinishSpeaking ( bool aDidFinishSpeaking ) : void | ||
FireEvent_WillSpeak ( |
||
FireEvent_WillSpeakPhoneme ( short aPhonemeOpCode ) : void | ||
SubscribeToCocoaDelegate ( Cocoa aTarget ) : void |
protected FireEvent_DidFinishSpeaking ( bool aDidFinishSpeaking ) : void | ||
aDidFinishSpeaking | bool | |
return | void |
protected FireEvent_WillSpeak ( |
||
aCharacterRange | ||
aString | Cocoa | |
return | void |
protected FireEvent_WillSpeakPhoneme ( short aPhonemeOpCode ) : void | ||
aPhonemeOpCode | short | |
return | void |
public SpeechSynthesizer ( |
||
native_object | ||
return | System |
protected SubscribeToCocoaDelegate ( Cocoa aTarget ) : void | ||
aTarget | Cocoa | |
return | void |