WebIDLpedia

SpeechRecognitionEventInit dictionary

Definition

Web Speech API defines SpeechRecognitionEventInit



dictionary SpeechRecognitionEventInit : EventInit {
    unsigned long resultIndex = 0;
    required SpeechRecognitionResultList results;
};

Referring IDL interfaces/dictionaries