Uses of Interface
org.openhab.core.voice.STTEvent
-
Uses of STTEvent in org.openhab.core.voice
Modifier and TypeClassDescriptionclass
ASTTEvent
fired when theSTTService
starts hearing audio.class
ASTTEvent
fired when theSTTService
stops hearing audio.class
ASTTEvent
fired when theSTTService
starts recognition.class
ASTTEvent
fired when theSTTService
stops recognition.class
ASTTEvent
fired when theSTTService
encounters an error.class
ASTTEvent
fired when theSTTService
recognizes speech.Modifier and TypeMethodDescriptionvoid
STTListener.sttEventReceived
(STTEvent sttEvent) Invoked when aSTTEvent
event occurs during speech recognition.