Public Member Functions | List of all members
mycroft.stt.DeepSpeechServerSTT Class Reference
Inheritance diagram for mycroft.stt.DeepSpeechServerSTT:
Inheritance graph
[legend]

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
 

Detailed Description

    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.

Constructor & Destructor Documentation

def mycroft.stt.DeepSpeechServerSTT.__init__ (   self)

Definition at line 170 of file scripts/mycroft/stt/__init__.py.

Member Function Documentation

def mycroft.stt.DeepSpeechServerSTT.execute (   self,
  audio,
  language = None 
)

Definition at line 173 of file scripts/mycroft/stt/__init__.py.


The documentation for this class was generated from the following file:


mycroft_ros
Author(s):
autogenerated on Mon Apr 26 2021 02:35:41