speechToTextButton.sizeString
Defines the size of the Speech to Text button.
Example
<div id="promptbox"></div>
<script>
$("#promptbox").kendoPromptBox({
speechToTextButton: {
size: "large"
},
placeholder: "Large speech button..."
});
</script>