WebIDLpedia

SpeechSynthesisVoice interface

Definition

Web Speech API defines SpeechSynthesisVoice



[Exposed=Window]
interface SpeechSynthesisVoice {
    readonly attribute DOMString voiceURI;
    readonly attribute DOMString name;
    readonly attribute DOMString lang;
    readonly attribute boolean localService;
    readonly attribute boolean default;
};

Methods and attributes that return objects implementing SpeechSynthesisVoice

Referring IDL interfaces/dictionaries