Uses of Interface
org.openhab.core.voice.STTEvent
Packages that use STTEvent
-
Uses of STTEvent in org.openhab.core.voice
Classes in org.openhab.core.voice that implement STTEventModifier 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.Methods in org.openhab.core.voice with parameters of type STTEventModifier and TypeMethodDescriptionvoid
STTListener.sttEventReceived
(STTEvent sttEvent) Invoked when aSTTEvent
event occurs during speech recognition.