diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2014-12-02 13:54:57 +0100 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2014-12-02 13:54:57 +0100 |
| commit | ce7b8488c1483bea06cf345b7ca1e4ad11cc0281 (patch) | |
| tree | 88b893181a56efa808adb575c92a2fb1ee1f4c1d /client/stt.py | |
| parent | 37a381a0becb024437c04dee7687329325a0b2a3 (diff) | |
| download | jasper-client-ce7b8488c1483bea06cf345b7ca1e4ad11cc0281.tar.gz jasper-client-ce7b8488c1483bea06cf345b7ca1e4ad11cc0281.zip | |
Rename AT&T STT engine class to AttSTT
Diffstat (limited to 'client/stt.py')
| -rw-r--r-- | client/stt.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/stt.py b/client/stt.py index fa960ce..fc874f2 100644 --- a/client/stt.py +++ b/client/stt.py @@ -250,7 +250,7 @@ class GoogleSTT(AbstractSTTEngine): return diagnose.check_network_connection() -class ATandTSTT(AbstractSTTEngine): +class AttSTT(AbstractSTTEngine): """ Speech-To-Text implementation which relies on the AT&T Speech API. |
