Package com.nuance.nmdp.speechkit

Interface Summary
Recognition Contains recognition results returned from Recognizer.
Recognition.Result A single recognition result returned by Recognition.getResult(int)(), containing the recognized text and the confidence score.
Recognizer The Recognizer object manages the entire recognition process including audio recording and server communication.
Recognizer.Listener The Recognizer.Listener interface defines the callback methods called by a Recognizer object.
SpeechError Describes an error that has occurred during a Recognizer or Vocalizer operation.
Vocalizer The Vocalizer object defines a server based text to speech implementation.
Vocalizer.Listener The Vocalizer.Listener interface defines the callback methods called by a Vocalizer object during the speech synthesis process.
 

Class Summary
Prompt An audio or vibration prompt created by SpeechKit.defineAudioPrompt(int)() or vibrate().
Recognizer.EndOfSpeechDetection These constants define the various end-of-speech detection models for the detection parameter of SpeechKit.createRecognizer(java.lang.String, int, java.lang.String, com.nuance.nmdp.speechkit.Recognizer.Listener, android.os.Handler)().
Recognizer.PromptType These constants define the types of prompts that can be played during recognition.
Recognizer.RecognizerType These strings are some of the possible values for the type parameter of SpeechKit.createRecognizer(java.lang.String, int, java.lang.String, com.nuance.nmdp.speechkit.Recognizer.Listener, android.os.Handler)().
SpeechError.Codes Possible error codes returned by SpeechError.getErrorCode()().
SpeechKit This is the SpeechKit core class providing setup and utility methods.