blob: fdc4623ab12eff07a99f1d56bad8ee8597c4b066 [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;
};