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 Summary
ConstructorDescriptionSpeechRecognitionErrorEvent
(String message) Constructs an instance with the passedmessage
. -
Method Summary
-
Constructor Details
-
SpeechRecognitionErrorEvent
Constructs an instance with the passedmessage
.- Parameters:
message
- The message describing the error
-
-
Method Details
-
getMessage
Gets the message describing this error- Returns:
- The message describing this error
-