Uses of Interface
org.openhab.core.voice.text.HumanLanguageInterpreter
-
Uses of HumanLanguageInterpreter in org.openhab.core.voice
Modifier and TypeMethodDescription@Nullable HumanLanguageInterpreter
VoiceManager.getHLI()
Retrieves a HumanLanguageInterpreter.@Nullable HumanLanguageInterpreter
Retrieves a HumanLanguageInterpreter with the given id.Modifier 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.Modifier and TypeMethodDescriptionDialogContext.Builder.withHLI
(@Nullable HumanLanguageInterpreter service) Modifier and TypeMethodDescriptionDialogContext.Builder.withHLIs
(Collection<HumanLanguageInterpreter> services) DialogContext.Builder.withHLIs
(List<HumanLanguageInterpreter> services) ModifierConstructorDescriptionDialogContext
(@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
Modifier and TypeClassDescriptionclass
A human language command interpretation service.