We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00dbfc5 commit 96e89a7Copy full SHA for 96e89a7
1 file changed
20 - Speech Detection/index-FINISHED.html
@@ -14,7 +14,8 @@
14
15
const recognition = new SpeechRecognition();
16
recognition.interimResults = true;
17
-
+ recognition.lang = 'en-US';
18
+
19
let p = document.createElement('p');
20
const words = document.querySelector('.words');
21
words.appendChild(p);
0 commit comments