Speech
API for communication with ZBOS by Zora Robotics.
Channels
zbos/dialog/languages/available/get
PUB
Get available languages
Legacy topic for getting all installed languages (both tts and asr combined). Better not to use this.see zbos/dialog/languages/available/response/\{key} for response
zbos/dialog/languages/current/get
PUB
Get current language
see zbos/dialog/languages/current/response/\{key} for response
zbos/dialog/languages/current/set
PUB
Set current language
Set the active language, example: 'en-US'. Note: this will be probably be changed to zbos/dialog/set/language in a future release.
zbos/dialog/animatedspeech/get
PUB
Get status of animated speech
see zbos/dialog/animatedspeech/response/\{key} for response
zbos/dialog/grammars/add/multiple
PUB
Grammars: add multiple
This is an extension for the grammar add topic. It removes all grammars first and then triggers a single platform reload. Hence grammars are added a lot faster.see zbos/dialog/grammars/add/response for response
zbos/dialog/grammars/remove/multiple
PUB
Grammars: remove multiple
This is an extension for the grammar remove topic. It removes all grammars first and then triggers a single platform reload. Hence grammars are removed a lot faster.see zbos/dialog/grammars/remove/response for response
zbos/dialog/custom/grammar/rules/get
PUB
Gets all custom grammar rules
see zbos/dialog/custom/grammar/rules/get/response for response
zbos/dialog/tts/languages/get
PUB
Get TTS languages
Get a list of languages that the TTS engine can use to talk.see zbos/dialog/tts/languages/response/\{key} for response
zbos/dialog/asr/languages/get
PUB
Get ASR languages
Get a list of languages recognized by the ASR engine. note: For now this is limited to the language code defined in the config. No Vocon load check is done yet.see zbos/dialog/asr/languages/response/\{key} for response
zbos/dialog/set/config
PUB
Set the current speech config
see zbos/dialog/set/config/response/\{key} for response
zbos/dialog/get/config
PUB
Get the current speech config
see zbos/dialog/get/config/response for response