Uses of Interface
org.openhab.core.voice.TTSService
Packages that use TTSService
-
Uses of TTSService in org.openhab.core.voice
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()
Methods in org.openhab.core.voice that return types with arguments of type TTSServiceMethods in org.openhab.core.voice with parameters of type TTSServiceModifier and TypeMethodDescriptionvoid
VoiceManager.listenAndAnswer
(@Nullable STTService stt, @Nullable TTSService tts, @Nullable Voice voice, List<HumanLanguageInterpreter> hlis, @Nullable AudioSource source, @Nullable AudioSink sink, @Nullable Locale locale, @Nullable String listeningItem) Deprecated.void
VoiceManager.startDialog
(@Nullable KSService ks, @Nullable STTService stt, @Nullable TTSService tts, @Nullable HumanLanguageInterpreter hli, @Nullable AudioSource source, @Nullable AudioSink sink, @Nullable Locale locale, @Nullable String keyword, @Nullable String listeningItem) Deprecated.void
VoiceManager.startDialog
(@Nullable KSService ks, @Nullable STTService stt, @Nullable TTSService tts, @Nullable Voice voice, List<HumanLanguageInterpreter> hlis, @Nullable AudioSource source, @Nullable AudioSink sink, @Nullable Locale locale, @Nullable String keyword, @Nullable String listeningItem) Deprecated.DialogContext.Builder.withTTS
(@Nullable TTSService service) Constructors 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, @Nullable String listeningItem, @Nullable String listeningMelody)