
Public Member Functions | |
| def | __init__ (self) |
| def | execute (self, audio, language=None) |
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.STT | |
| can_stream | |
| config | |
| credential | |
| lang | |
| recognizer | |
STT interface for the deepspeech-server:
https://github.com/MainRo/deepspeech-server
use this if you want to host DeepSpeech yourself
Definition at line 164 of file scripts/mycroft/stt/__init__.py.
| def mycroft.stt.DeepSpeechServerSTT.__init__ | ( | self | ) |
Definition at line 170 of file scripts/mycroft/stt/__init__.py.
| def mycroft.stt.DeepSpeechServerSTT.execute | ( | self, | |
| audio, | |||
language = None |
|||
| ) |
Definition at line 173 of file scripts/mycroft/stt/__init__.py.