
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 | |
| json_credentials | |
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 70 of file scripts/mycroft/stt/__init__.py.
| def mycroft.stt.GoogleJsonSTT.__init__ | ( | self | ) |
Definition at line 73 of file scripts/mycroft/stt/__init__.py.
|
staticprivate |
Definition at line 71 of file scripts/mycroft/stt/__init__.py.
| mycroft.stt.GoogleJsonSTT.json_credentials |
Definition at line 75 of file scripts/mycroft/stt/__init__.py.