Uses of Interface
org.openhab.core.voice.STTService
Packages that use STTService
-
Uses of STTService in org.openhab.core.voice
Methods in org.openhab.core.voice that return STTServiceModifier and TypeMethodDescription@Nullable STTService
VoiceManager.getSTT()
Retrieves a STT service.@Nullable STTService
Retrieves a STT service with the given id.DialogContext.stt()
Returns the value of thestt
record component.Methods in org.openhab.core.voice that return types with arguments of type STTServiceMethods in org.openhab.core.voice with parameters of type STTServiceConstructors in org.openhab.core.voice with parameters of type STTServiceModifierConstructorDescriptionDialogContext
(@Nullable KSService ks, @Nullable String keyword, STTService stt, TTSService tts, @Nullable Voice voice, List<HumanLanguageInterpreter> hlis, AudioSource source, AudioSink sink, Locale locale, String dialogGroup, @Nullable String locationItem, @Nullable String listeningItem, @Nullable String listeningMelody) Creates an instance of aDialogContext
record class.