RE: set speech recognition to German |
Hi Martin,
SDK.startSpeechRecognition = function() {
if (SDK.recognition != null) {
SDK.recognition.lang = "de.DE";
SDK.recognition.start();
SDK.recognitionActive = true;
}
}
We will try to fix this on our end in our next update to default to the bot's language. You can set your bot's language from the voice admin page. "de" in the language code for German. |
|
|
|
|