|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The event set listener interface for the recognitionError feature.
Method Summary | |
void |
audioConnectionError(RecognitionErrorEvent event)
Invoked when the speech engine and the audio does not connect. |
void |
dictationGrammarNotFound(RecognitionErrorEvent event)
Invoked when the dicatation grammar is not found. |
void |
grammarError(RecognitionErrorEvent event)
Invoked to indicate an erroneous grammar. |
void |
recognitionEngineError(RecognitionErrorEvent event)
Invoked upon an erroneous recognizer creation or usage. |
void |
recognizerNotFound(RecognitionErrorEvent event)
Invoked when the recognizer is not found. |
Method Detail |
public void audioConnectionError(RecognitionErrorEvent event)
event
- com.ibm.voice.events.RecognitionErrorEventpublic void dictationGrammarNotFound(RecognitionErrorEvent event)
event
- com.ibm.voice.events.RecognitionErrorEventpublic void grammarError(RecognitionErrorEvent event)
event
- com.ibm.voice.events.RecognitionErrorEventpublic void recognitionEngineError(RecognitionErrorEvent event)
event
- com.ibm.voice.events.RecognitionErrorEventpublic void recognizerNotFound(RecognitionErrorEvent event)
event
- com.ibm.voice.events.RecognitionErrorEvent
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |