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
(@Nullable String ids) Retrieves a HumanLanguageInterpreter collection.VoiceManager.getHLIsByIds
(List<String> ids) Retrieves a HumanLanguageInterpreter collection.DialogContext.hlis()
Returns the value of thehlis
record component.Methods in org.openhab.core.voice with parameters of type HumanLanguageInterpreterModifier and TypeMethodDescriptionDialogContext.Builder.withHLI
(@Nullable HumanLanguageInterpreter service) Method parameters in org.openhab.core.voice with type arguments of type HumanLanguageInterpreterModifier and TypeMethodDescriptionDialogContext.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, String dialogGroup, @Nullable String locationItem, @Nullable String listeningItem, @Nullable String listeningMelody) Creates an instance of aDialogContext
record class. -
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.