WebIDLpedia

SpeechRecognitionResultList interface

Definition

Web Speech API defines SpeechRecognitionResultList



// A collection of responses (used in continuous mode)
[Exposed=Window]
interface SpeechRecognitionResultList {
    readonly attribute unsigned long length;
    getter SpeechRecognitionResult item(unsigned long index);
};

Methods and attributes that return objects implementing SpeechRecognitionResultList

Referring IDL interfaces/dictionaries