
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 | |
| password | |
| username | |
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 78 of file scripts/mycroft/stt/__init__.py.
| def mycroft.stt.BasicSTT.__init__ | ( | self | ) |
Definition at line 81 of file scripts/mycroft/stt/__init__.py.
|
staticprivate |
Definition at line 79 of file scripts/mycroft/stt/__init__.py.
| mycroft.stt.BasicSTT.password |
Definition at line 84 of file scripts/mycroft/stt/__init__.py.
| mycroft.stt.BasicSTT.username |
Definition at line 83 of file scripts/mycroft/stt/__init__.py.