speechToText.langString(default: "en-US")

Specifies the language code for speech recognition.

Example

<div id="aiprompt"></div>
<script>
$("#aiprompt").kendoAIPrompt({
    speechToText: {
        lang: "es-ES"
    }
});
</script>
In this article
speechToText.lang
Not finding the help you need?
Contact Support