messages.audio String(default: "Speak captcha")

The title message of the audio button.

Example

<input id="captcha" />
<script>
    $("#captcha").kendoCaptcha({
        handler: "https://demos.telerik.com/kendo-ui/captcha/reset",
        messages: {
            audio: "Play captcha"
        }
    });
</script>
In this article