Uses of Interface
org.openhab.core.voice.KSService
Packages that use KSService
-
Uses of KSService in org.openhab.core.voice
Subinterfaces of KSService in org.openhab.core.voiceModifier and TypeInterfaceDescriptioninterface
This is the interface that an edge keyword spotting service has to implement.Methods in org.openhab.core.voice that return KSServiceModifier and TypeMethodDescription@Nullable KSService
VoiceManager.getKS()
Retrieves a KS service.@Nullable KSService
Retrieves a KS service with the given id.@Nullable KSService
DialogContext.ks()
Returns the value of theks
record component.Methods in org.openhab.core.voice that return types with arguments of type KSServiceMethods in org.openhab.core.voice with parameters of type KSServiceModifier and TypeMethodDescriptionConstructors in org.openhab.core.voice with parameters of type KSServiceModifierConstructorDescriptionDialogContext
(@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.