Advertisement
Guest User

Untitled

a guest
Sep 28th, 2016
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. if (event.results[i].isFinal) {
  2. final_transcript += event.results[i][0].transcript;
  3.  
  4. if (final_transcript != '') {
  5. if (final_transcript != last_transcript) {
  6. // alert('Final: ' + final_transcript);
  7. last_transcript = final_transcript;
  8. }
  9. }
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement