A C F G I M P R S T

S

setFreeForm(int) - Method in class com.iSpeech.SpeechRecognizer
Set to free form recognition.
setLanguage(String) - Method in class com.iSpeech.SpeechRecognizer
Set the speech recognition language.
setOptionalCommand(String, String) - Method in class com.iSpeech.SpeechRecognizer
Specify additional parameters to send to the server.
setOptionalCommand(String, String) - Method in class com.iSpeech.SpeechSynthesis
Specify additional parameters to send to the server.
setVoice(String) - Method in class com.iSpeech.SpeechSynthesis
Sets the voice to the specified variable.
speak(String, SpeechSynthesis.SpeechSynthesisEvent) - Method in class com.iSpeech.SpeechSynthesis
Converts text to speech and begins playing it as soon as it is ready.
speak(String, int, int, SpeechSynthesis.SpeechSynthesisEvent) - Method in class com.iSpeech.SpeechSynthesis
Converts text to speech and begins playing it as soon as it is ready.
SpeechRecognizer - Class in com.iSpeech
Contains methods to recognize spoken audio and convert free form speech into text.
SpeechRecognizer.SpeechRecognizerEvent - Interface in com.iSpeech
Used to notify when the recording state changes
SpeechRecognizer.SpeechResult - Class in com.iSpeech
Contains the text and the confidence rating for the conversion, which is a float 0.0 to 1.0
SpeechSynthesis - Class in com.iSpeech
Contains methods used to synthesize speech from text.
SpeechSynthesis.SpeechSynthesisEvent - Interface in com.iSpeech
Used to notify SpeechSynthesis events.
startRecordAndNotify(boolean, long, SpeechRecognizer.SpeechRecognizerEvent) - Method in class com.iSpeech.SpeechRecognizer
Start recording.
stateChanged(int, int, Exception) - Method in interface com.iSpeech.SpeechRecognizer.SpeechRecognizerEvent
Used to notify when the audio recorder state changes.
stateChanged(int, Exception) - Method in interface com.iSpeech.SpeechSynthesis.SpeechSynthesisEvent
Used to notify when SpeechSynthesis event changes.
stop() - Method in class com.iSpeech.SpeechSynthesis
Stops the currently playing audio.
stopRecord() - Method in class com.iSpeech.SpeechRecognizer
Stops the recording process and returns a SpeechRecognizer.SpeechResult.

A C F G I M P R S T