blob: 37d33930c7596b16e5e55c327e09af690d018c97 [file] [log] [blame]
<!DOCTYPE html>
<html>
<body>
<script>
function startRecognition() {
recognition = new webkitSpeechRecognition();
parent.removeFrame();
recognition.start();
}
</script>
</body>
</html>