
Public Member Functions | |
| def | __init__ (self) |
Public Member Functions inherited from mycroft.stt.STT | |
| def | __init__ (self) |
| def | execute (self, audio, language=None) |
| def | stream_data (self, data) |
| def | stream_start (self) |
| def | stream_stop (self) |
Public Attributes | |
| id | |
| key | |
Public Attributes inherited from mycroft.stt.STT | |
| can_stream | |
| config | |
| credential | |
| lang | |
| recognizer | |
Static Private Attributes | |
| __metaclass__ = ABCMeta | |
Additional Inherited Members | |
Static Public Member Functions inherited from mycroft.stt.STT | |
| def | init_language (config_core) |
Definition at line 87 of file scripts/mycroft/stt/__init__.py.
| def mycroft.stt.KeySTT.__init__ | ( | self | ) |
Definition at line 90 of file scripts/mycroft/stt/__init__.py.
|
staticprivate |
Definition at line 88 of file scripts/mycroft/stt/__init__.py.
| mycroft.stt.KeySTT.id |
Definition at line 92 of file scripts/mycroft/stt/__init__.py.
| mycroft.stt.KeySTT.key |
Definition at line 93 of file scripts/mycroft/stt/__init__.py.