Public Member Functions | Static Public Member Functions | Static Public Attributes | List of all members
mycroft.client.speech.hotword_factory.HotWordFactory Class Reference

Public Member Functions

def create_hotword (cls, hotword="hey mycroft", config=None, lang="en-us", loop=None)
 

Static Public Member Functions

def load_module (module, hotword, config, lang, loop)
 

Static Public Attributes

dictionary CLASSES
 

Detailed Description

Definition at line 268 of file hotword_factory.py.

Member Function Documentation

def mycroft.client.speech.hotword_factory.HotWordFactory.create_hotword (   cls,
  hotword = "hey mycroft",
  config = None,
  lang = "en-us",
  loop = None 
)

Definition at line 309 of file hotword_factory.py.

def mycroft.client.speech.hotword_factory.HotWordFactory.load_module (   module,
  hotword,
  config,
  lang,
  loop 
)
static

Definition at line 276 of file hotword_factory.py.

Member Data Documentation

dictionary mycroft.client.speech.hotword_factory.HotWordFactory.CLASSES
static
Initial value:
1 = {
2  "pocketsphinx": PocketsphinxHotWord,
3  "precise": PreciseHotword,
4  "snowboy": SnowboyHotWord
5  }

Definition at line 269 of file hotword_factory.py.


The documentation for this class was generated from the following file:


mycroft_ros
Author(s):
autogenerated on Mon Apr 26 2021 02:35:40