Uses of Interface
org.openhab.core.voice.text.HumanLanguageInterpreter
Packages that use HumanLanguageInterpreter
-
Uses of HumanLanguageInterpreter in org.openhab.core.voice
Methods in org.openhab.core.voice that return HumanLanguageInterpreterModifier and TypeMethodDescription@Nullable HumanLanguageInterpreter
VoiceManager.getHLI()
Retrieves a HumanLanguageInterpreter.@Nullable HumanLanguageInterpreter
Retrieves a HumanLanguageInterpreter with the given id.Methods in org.openhab.core.voice that return types with arguments of type HumanLanguageInterpreterModifier and TypeMethodDescriptionVoiceManager.getHLIs()
Retrieves all HumanLanguageInterpreters.VoiceManager.getHLIsByIds
(String ids) Retrieves a HumanLanguageInterpreter collection.VoiceManager.getHLIsByIds
(List<String> ids) Retrieves a HumanLanguageInterpreter collection.DialogContext.hlis()
Methods in org.openhab.core.voice with parameters of type HumanLanguageInterpreterModifier and TypeMethodDescriptionvoid
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.Method parameters in org.openhab.core.voice with type arguments of type HumanLanguageInterpreterModifier 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 Voice voice, List<HumanLanguageInterpreter> hlis, @Nullable AudioSource source, @Nullable AudioSink sink, @Nullable Locale locale, @Nullable String keyword, @Nullable String listeningItem) Deprecated.DialogContext.Builder.withHLIs
(Collection<HumanLanguageInterpreter> services) DialogContext.Builder.withHLIs
(List<HumanLanguageInterpreter> services) Constructor parameters in org.openhab.core.voice with type arguments of type HumanLanguageInterpreterModifierConstructorDescriptionDialogContext
(@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) -
Uses of HumanLanguageInterpreter in org.openhab.core.voice.text
Classes in org.openhab.core.voice.text that implement HumanLanguageInterpreterModifier and TypeClassDescriptionclass
A human language command interpretation service.