|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NSSpeechSynthesizer | |
---|---|
org.rococoa.contrib.appkit |
Uses of NSSpeechSynthesizer in org.rococoa.contrib.appkit |
---|
Methods in org.rococoa.contrib.appkit that return NSSpeechSynthesizer | |
---|---|
abstract NSSpeechSynthesizer |
NSSpeechSynthesizer._Class.alloc()
|
static NSSpeechSynthesizer |
NSSpeechSynthesizer.synthesizerWithVoice(NSVoice voice)
Construct a new synthesizer that speaks with a specified voice. |
static NSSpeechSynthesizer |
NSSpeechSynthesizer.synthesizerWithVoiceIdentifier(String voiceIdentifer)
Construct a new synthesizer that speaks with a specified voice. |
Methods in org.rococoa.contrib.appkit with parameters of type NSSpeechSynthesizer | |
---|---|
void |
NSSpeechSynthesizer.NSSpeechSynthesizerDelegate.speechSynthesizer_didEncounterErrorAtIndex_ofString_message(NSSpeechSynthesizer sender,
Integer characterIndex,
String text,
String errorMessage)
|
void |
NSSpeechSynthesizer.NSSpeechSynthesizerDelegate.speechSynthesizer_didEncounterSyncMessage(NSSpeechSynthesizer sender,
String syncFlag)
|
void |
NSSpeechSynthesizer.NSSpeechSynthesizerDelegate.speechSynthesizer_didFinishSpeaking(NSSpeechSynthesizer sender,
boolean success)
|
void |
NSSpeechSynthesizer.NSSpeechSynthesizerDelegate.speechSynthesizer_willSpeakPhoneme(NSSpeechSynthesizer sender,
short phonemeOpcode)
|
void |
NSSpeechSynthesizer.NSSpeechSynthesizerDelegate.speechSynthesizer_willSpeakWord_ofString(NSSpeechSynthesizer sender,
NSRange wordToSpeak,
String text)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |