|
| def | __init__ (self) |
| |
| def | activate_gram (self, name) |
| |
| def | add_gram (self, name, dfa, dic) |
| |
| def | change_gram (self, name, dfa, dic) |
| |
| def | deactivate_gram (self, name) |
| |
| def | do_gram (self, cmd_name, name, dfa, dic) |
| |
| def | grammar_cb (self, msg) |
| |
| def | julius_cb (self, data) |
| |
| def | play_sound (self, path, timeout=5.0) |
| |
| def | process_result (self, data) |
| |
| def | send_grammar_cmd (self, cmd) |
| |
| def | shutdown_cb (self) |
| |
| def | speech_recognition_cb (self, req) |
| |
| def | start (self) |
| |
| def | status (self, args=None) |
| |
| def | vocabulary_cb (self, msg) |
| |
|
| string | start_signal = "/usr/share/sounds/ubuntu/stereo/bell.ogg" |
| |
| string | success_signal = "/usr/share/sounds/ubuntu/stereo/message-new-instant.ogg" |
| |
| string | timeout_signal = "/usr/share/sounds/ubuntu/stereo/window-slide.ogg" |
| |
Definition at line 26 of file julius_client.py.
| def julius_client.JuliusClient.__init__ |
( |
|
self | ) |
|
| def julius_client.JuliusClient.activate_gram |
( |
|
self, |
|
|
|
name |
|
) |
| |
| def julius_client.JuliusClient.add_gram |
( |
|
self, |
|
|
|
name, |
|
|
|
dfa, |
|
|
|
dic |
|
) |
| |
| def julius_client.JuliusClient.change_gram |
( |
|
self, |
|
|
|
name, |
|
|
|
dfa, |
|
|
|
dic |
|
) |
| |
| def julius_client.JuliusClient.deactivate_gram |
( |
|
self, |
|
|
|
name |
|
) |
| |
| def julius_client.JuliusClient.do_gram |
( |
|
self, |
|
|
|
cmd_name, |
|
|
|
name, |
|
|
|
dfa, |
|
|
|
dic |
|
) |
| |
| def julius_client.JuliusClient.grammar_cb |
( |
|
self, |
|
|
|
msg |
|
) |
| |
| def julius_client.JuliusClient.julius_cb |
( |
|
self, |
|
|
|
data |
|
) |
| |
| def julius_client.JuliusClient.play_sound |
( |
|
self, |
|
|
|
path, |
|
|
|
timeout = 5.0 |
|
) |
| |
| def julius_client.JuliusClient.process_result |
( |
|
self, |
|
|
|
data |
|
) |
| |
| def julius_client.JuliusClient.send_grammar_cmd |
( |
|
self, |
|
|
|
cmd |
|
) |
| |
| def julius_client.JuliusClient.shutdown_cb |
( |
|
self | ) |
|
| def julius_client.JuliusClient.speech_recognition_cb |
( |
|
self, |
|
|
|
req |
|
) |
| |
| def julius_client.JuliusClient.start |
( |
|
self | ) |
|
| def julius_client.JuliusClient.status |
( |
|
self, |
|
|
|
args = None |
|
) |
| |
| def julius_client.JuliusClient.vocabulary_cb |
( |
|
self, |
|
|
|
msg |
|
) |
| |
| julius_client.JuliusClient.act_sound |
| julius_client.JuliusClient.audio |
| julius_client.JuliusClient.default_duration |
| julius_client.JuliusClient.default_threshold |
| julius_client.JuliusClient.encoding |
| julius_client.JuliusClient.grammar_changed |
| julius_client.JuliusClient.last_speech |
| julius_client.JuliusClient.lock |
| julius_client.JuliusClient.module |
| julius_client.JuliusClient.pub_speech_recognition |
| julius_client.JuliusClient.srv_show_status |
| julius_client.JuliusClient.srv_speech_recognition |
| string julius_client.JuliusClient.start_signal = "/usr/share/sounds/ubuntu/stereo/bell.ogg" |
|
static |
| julius_client.JuliusClient.start_signal_action_timeout |
| julius_client.JuliusClient.sub_grammar |
| julius_client.JuliusClient.sub_vocabulary |
| string julius_client.JuliusClient.success_signal = "/usr/share/sounds/ubuntu/stereo/message-new-instant.ogg" |
|
static |
| string julius_client.JuliusClient.timeout_signal = "/usr/share/sounds/ubuntu/stereo/window-slide.ogg" |
|
static |
| julius_client.JuliusClient.use_isolated_word |
| julius_client.JuliusClient.vocabularies |
The documentation for this class was generated from the following file: