Uses of Interface
org.openhab.core.voice.TTSService
Packages that use TTSService
-
Uses of TTSService in org.openhab.core.voice
Classes in org.openhab.core.voice that implement TTSServiceModifier and TypeClassDescriptionclass
Implements cache functionality for the TTS service extending this class.Methods in org.openhab.core.voice that return TTSServiceModifier and TypeMethodDescription@Nullable TTSService
VoiceManager.getTTS()
Retrieves a TTS service.@Nullable TTSService
Retrieves a TTS service with the given id.DialogContext.tts()
Returns the value of thetts
record component.Methods in org.openhab.core.voice that return types with arguments of type TTSServiceMethods in org.openhab.core.voice with parameters of type TTSServiceConstructors in org.openhab.core.voice with parameters of type TTSServiceModifierConstructorDescriptionDialogContext
(@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.