Package org.openhab.core.voice
Class SpeechRecognitionErrorEvent
java.lang.Object
org.openhab.core.voice.SpeechRecognitionErrorEvent
- All Implemented Interfaces:
- STTEvent
A 
STTEvent fired when the STTService encounters an error.- Author:
- Kelly Davis - Initial contribution
- 
Constructor SummaryConstructorsConstructorDescriptionSpeechRecognitionErrorEvent(String message) Constructs an instance with the passedmessage.
- 
Method Summary
- 
Constructor Details- 
SpeechRecognitionErrorEventConstructs an instance with the passedmessage.- Parameters:
- message- The message describing the error
 
 
- 
- 
Method Details- 
getMessageGets the message describing this error- Returns:
- The message describing this error
 
 
-