Package org.openhab.core.voice
Interface STTEvent
- All Known Implementing Classes:
AudioStartEvent
,AudioStopEvent
,RecognitionStartEvent
,RecognitionStopEvent
,SpeechRecognitionErrorEvent
,SpeechRecognitionEvent
@NonNullByDefault
public interface STTEvent
A tagging interface for speech-to-text events.
- Author:
- Kelly Davis - Initial contribution