blob: 549e681aa8873f0a843fe461b014e9254219cb76 [file] [log] [blame]
// Copyright (c) 2014 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
[
ImplementedAs=DOMWindowSpeech,
RuntimeEnabled=ScriptedSpeech,
] partial interface Window {
[Measure] attribute SpeechGrammarConstructor webkitSpeechGrammar;
[Measure] attribute SpeechGrammarListConstructor webkitSpeechGrammarList;
[Measure] attribute SpeechRecognitionConstructor webkitSpeechRecognition;
[Measure] attribute SpeechRecognitionErrorConstructor webkitSpeechRecognitionError;
[Measure] attribute SpeechRecognitionEventConstructor webkitSpeechRecognitionEvent;
};