WebIDLpedia

SpeechRecognitionResult interface

Definition

Web Speech API defines SpeechRecognitionResult



// A complete one-shot simple response
[Exposed=Window]
interface SpeechRecognitionResult {
    readonly attribute unsigned long length;
    getter SpeechRecognitionAlternative item(unsigned long index);
    readonly attribute boolean isFinal;
};

Methods and attributes that return objects implementing SpeechRecognitionResult

Referring IDL interfaces/dictionaries