Свойство | Тип | Описание | |
---|---|---|---|
mSpeechSynthesizerListener | SpeechSynthesizerListener |
Метод | Описание | |
---|---|---|
SpeechSynthesizer ( ) : System | ||
SpeechSynthesizer ( |
||
StartSpeaking ( string text ) : bool | ||
StopSpeaking ( ) : void |
Метод | Описание | |
---|---|---|
FireEvent_DidFinishSpeaking ( bool aDidFinishSpeaking ) : void | ||
FireEvent_WillSpeak ( |
||
FireEvent_WillSpeakPhoneme ( short aPhonemeOpCode ) : void | ||
SubscribeToCocoaDelegate ( Cocoa aTarget ) : void |
protected FireEvent_DidFinishSpeaking ( bool aDidFinishSpeaking ) : void | ||
aDidFinishSpeaking | bool | |
Результат | void |
protected FireEvent_WillSpeak ( |
||
aCharacterRange | ||
aString | Cocoa | |
Результат | void |
protected FireEvent_WillSpeakPhoneme ( short aPhonemeOpCode ) : void | ||
aPhonemeOpCode | short | |
Результат | void |
public SpeechSynthesizer ( |
||
native_object | ||
Результат | System |
public StartSpeaking ( string text ) : bool | ||
text | string | |
Результат | bool |
protected SubscribeToCocoaDelegate ( Cocoa aTarget ) : void | ||
aTarget | Cocoa | |
Результат | void |