Definition
Web Speech API defines SpeechRecognitionEventInit
dictionary SpeechRecognitionEventInit : EventInit {
unsigned long resultIndex = 0;
required SpeechRecognitionResultList results;
};
SpeechRecognitionEventInit
dictionaryWeb Speech API defines SpeechRecognitionEventInit
dictionary SpeechRecognitionEventInit : EventInit {
unsigned long resultIndex = 0;
required SpeechRecognitionResultList results;
};