C D E G I L N O P R S U V

C

cancel() - Method in interface com.nuance.nmdp.speechkit.Recognizer
Cancels the recognition request.
cancel() - Method in interface com.nuance.nmdp.speechkit.Vocalizer
Cancels all speech requests.
cancelCurrent() - Method in class com.nuance.nmdp.speechkit.SpeechKit
If there is an active recognition or vocalization, cancel it.
CanceledError - Static variable in class com.nuance.nmdp.speechkit.SpeechError.Codes
 
com.nuance.nmdp.speechkit - package com.nuance.nmdp.speechkit
 
connect() - Method in class com.nuance.nmdp.speechkit.SpeechKit
Open the connection to the server if it is not already connected.
createRecognizer(String, int, String, Recognizer.Listener, android.os.Handler) - Method in class com.nuance.nmdp.speechkit.SpeechKit
Create a single-use Recognizer object.
createVocalizerWithLanguage(String, Vocalizer.Listener, android.os.Handler) - Method in class com.nuance.nmdp.speechkit.SpeechKit
Create a Vocalizer initialized with a language.
createVocalizerWithVoice(String, Vocalizer.Listener, android.os.Handler) - Method in class com.nuance.nmdp.speechkit.SpeechKit
Create a Vocalizer initialized with a voice.

D

defineAudioPrompt(int) - Method in class com.nuance.nmdp.speechkit.SpeechKit
Define an audio prompt from a raw audio resource ID.
Dictation - Static variable in class com.nuance.nmdp.speechkit.Recognizer.RecognizerType
Dictation optimized recognition.

E

ERROR - Static variable in class com.nuance.nmdp.speechkit.Recognizer.PromptType
Play the prompt when an error occurs.

G

getAudioLevel() - Method in interface com.nuance.nmdp.speechkit.Recognizer
Get the average power of the most recent audio during recording.
getErrorCode() - Method in interface com.nuance.nmdp.speechkit.SpeechError
Get the error code.
getErrorDetail() - Method in interface com.nuance.nmdp.speechkit.SpeechError
Get a string describing the error.
getResult(int) - Method in interface com.nuance.nmdp.speechkit.Recognition
Get a recognition Recognition.Result indicating what may have been said, and the likelihood that it was said.
getResultCount() - Method in interface com.nuance.nmdp.speechkit.Recognition
Get the number of recognition results to choose from.
getScore() - Method in interface com.nuance.nmdp.speechkit.Recognition.Result
Get the confidence score of this recognition result.
getSessionId() - Method in class com.nuance.nmdp.speechkit.SpeechKit
This method provides the most recent session ID.
getSuggestion() - Method in interface com.nuance.nmdp.speechkit.Recognition
Get a server-generated suggestion suitable for presentation to the user.
getSuggestion() - Method in interface com.nuance.nmdp.speechkit.SpeechError
Get a suggestion to the user about how he or she can improve performance.
getText() - Method in interface com.nuance.nmdp.speechkit.Recognition.Result
Retrieve the text that was recognized in this result.

I

initialize(android.content.Context, String, String, int, byte[]) - Static method in class com.nuance.nmdp.speechkit.SpeechKit
This method configures the SpeechKit subsystems.

L

Long - Static variable in class com.nuance.nmdp.speechkit.Recognizer.EndOfSpeechDetection
Detect the end of a longer phrase, sentence or sentences that may have brief pauses.

N

None - Static variable in class com.nuance.nmdp.speechkit.Recognizer.EndOfSpeechDetection
Do not detect the end of speech.

O

onError(Recognizer, SpeechError) - Method in interface com.nuance.nmdp.speechkit.Recognizer.Listener
Called when the recognition process completes with an error.
onRecordingBegin(Recognizer) - Method in interface com.nuance.nmdp.speechkit.Recognizer.Listener
Called when the Recognizer starts recording audio.
onRecordingDone(Recognizer) - Method in interface com.nuance.nmdp.speechkit.Recognizer.Listener
Called when the Recognizer stops recording audio.
onResults(Recognizer, Recognition) - Method in interface com.nuance.nmdp.speechkit.Recognizer.Listener
Called when the recognition process completes successfully.
onSpeakingBegin(Vocalizer, String, Object) - Method in interface com.nuance.nmdp.speechkit.Vocalizer.Listener
Called when the Vocalizer begins speaking each string.
onSpeakingDone(Vocalizer, String, SpeechError, Object) - Method in interface com.nuance.nmdp.speechkit.Vocalizer.Listener
Called when the Vocalizer finishes speaking or ends with an error.

P

Prompt - Class in com.nuance.nmdp.speechkit
An audio or vibration prompt created by SpeechKit.defineAudioPrompt(int)() or vibrate().

R

Recognition - Interface in com.nuance.nmdp.speechkit
Contains recognition results returned from Recognizer.
Recognition.Result - Interface in com.nuance.nmdp.speechkit
A single recognition result returned by Recognition.getResult(int)(), containing the recognized text and the confidence score.
Recognizer - Interface in com.nuance.nmdp.speechkit
The Recognizer object manages the entire recognition process including audio recording and server communication.
Recognizer.EndOfSpeechDetection - Class in com.nuance.nmdp.speechkit
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.EndOfSpeechDetection() - Constructor for class com.nuance.nmdp.speechkit.Recognizer.EndOfSpeechDetection
 
Recognizer.Listener - Interface in com.nuance.nmdp.speechkit
The Recognizer.Listener interface defines the callback methods called by a Recognizer object.
Recognizer.PromptType - Class in com.nuance.nmdp.speechkit
These constants define the types of prompts that can be played during recognition.
Recognizer.PromptType() - Constructor for class com.nuance.nmdp.speechkit.Recognizer.PromptType
 
Recognizer.RecognizerType - Class in com.nuance.nmdp.speechkit
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)().
Recognizer.RecognizerType() - Constructor for class com.nuance.nmdp.speechkit.Recognizer.RecognizerType
 
RecognizerError - Static variable in class com.nuance.nmdp.speechkit.SpeechError.Codes
 
RECORDING_START - Static variable in class com.nuance.nmdp.speechkit.Recognizer.PromptType
Play the prompt just before recording begins.
RECORDING_STOP - Static variable in class com.nuance.nmdp.speechkit.Recognizer.PromptType
Play the prompt when recording finishes.
release() - Method in class com.nuance.nmdp.speechkit.Prompt
Release the resources used by this prompt.
release() - Method in class com.nuance.nmdp.speechkit.SpeechKit
Release the resources owned by SpeechKit.
RESULT - Static variable in class com.nuance.nmdp.speechkit.Recognizer.PromptType
Play the prompt when a successful result is received.

S

Search - Static variable in class com.nuance.nmdp.speechkit.Recognizer.RecognizerType
Search optimized recognition.
ServerConnectionError - Static variable in class com.nuance.nmdp.speechkit.SpeechError.Codes
 
ServerRetryError - Static variable in class com.nuance.nmdp.speechkit.SpeechError.Codes
 
setDefaultRecognizerPrompts(Prompt, Prompt, Prompt, Prompt) - Method in class com.nuance.nmdp.speechkit.SpeechKit
Set the default audio or vibration Prompts for Recognizers to use.
setLanguage(String) - Method in interface com.nuance.nmdp.speechkit.Vocalizer
Set the language for subsequent speech requests.
setListener(Recognizer.Listener) - Method in interface com.nuance.nmdp.speechkit.Recognizer
Specify a new listener for the Recognizer object.
setListener(Vocalizer.Listener) - Method in interface com.nuance.nmdp.speechkit.Vocalizer
Specify a new listener for the Vocalizer object.
setPrompt(int, Prompt) - Method in interface com.nuance.nmdp.speechkit.Recognizer
Set an audio or vibration Prompt to play during this recognition.
setVoice(String) - Method in interface com.nuance.nmdp.speechkit.Vocalizer
Set the voice for subsequent speech requests.
Short - Static variable in class com.nuance.nmdp.speechkit.Recognizer.EndOfSpeechDetection
Detect the end of a short phrase with no pauses.
speakMarkupString(String, Object) - Method in interface com.nuance.nmdp.speechkit.Vocalizer
Speaks the SSML string.
speakString(String, Object) - Method in interface com.nuance.nmdp.speechkit.Vocalizer
Speaks the provided string.
SpeechError - Interface in com.nuance.nmdp.speechkit
Describes an error that has occurred during a Recognizer or Vocalizer operation.
SpeechError.Codes - Class in com.nuance.nmdp.speechkit
Possible error codes returned by SpeechError.getErrorCode()().
SpeechError.Codes() - Constructor for class com.nuance.nmdp.speechkit.SpeechError.Codes
 
SpeechKit - Class in com.nuance.nmdp.speechkit
This is the SpeechKit core class providing setup and utility methods.
start() - Method in interface com.nuance.nmdp.speechkit.Recognizer
Starts recording and streaming audio to the speech server.
stopRecording() - Method in interface com.nuance.nmdp.speechkit.Recognizer
Stops recording and streaming audio to the speech server.

U

UnknownError - Static variable in class com.nuance.nmdp.speechkit.SpeechError.Codes
 

V

vibration(int) - Static method in class com.nuance.nmdp.speechkit.Prompt
Get a prompt that vibrates.
Vocalizer - Interface in com.nuance.nmdp.speechkit
The Vocalizer object defines a server based text to speech implementation.
Vocalizer.Listener - Interface in com.nuance.nmdp.speechkit
The Vocalizer.Listener interface defines the callback methods called by a Vocalizer object during the speech synthesis process.
VocalizerError - Static variable in class com.nuance.nmdp.speechkit.SpeechError.Codes
 

C D E G I L N O P R S U V