
Public Member Functions | |
| def | __init__ (self) |
| def | execute (self, audio, language=None) |
Public Member Functions inherited from mycroft.stt.TokenSTT | |
| 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) |
Additional Inherited Members | |
Static Public Member Functions inherited from mycroft.stt.STT | |
| def | init_language (config_core) |
Public Attributes inherited from mycroft.stt.TokenSTT | |
| token | |
Public Attributes inherited from mycroft.stt.STT | |
| can_stream | |
| config | |
| credential | |
| lang | |
| recognizer | |
Definition at line 118 of file scripts/mycroft/stt/__init__.py.
| def mycroft.stt.WITSTT.__init__ | ( | self | ) |
Definition at line 119 of file scripts/mycroft/stt/__init__.py.
| def mycroft.stt.WITSTT.execute | ( | self, | |
| audio, | |||
language = None |
|||
| ) |
Definition at line 122 of file scripts/mycroft/stt/__init__.py.