Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

end

この記事はまだボランティアによって 日本語 に翻訳されていません。ぜひ MDN に参加して翻訳を手伝ってください!

This is an experimental technology
Because this technology's specification has not stabilized, check the compatibility table for usage in various browsers. Also note that the syntax and behavior of an experimental technology is subject to change in future versions of browsers as the specification changes.

The end event of the Web Speech API SpeechSynthesisUtterance object is fired when the utterance has finished being spoken..

Bubbles No
Cancelable No
Target objects SpeechSynthesisUtterance
Interface SpeechSynthesisEvent

Examples

utterThis.onend = function(event) {
  console.log('Utterance has finished being spoken after ' + event.elapsedTime + ' milliseconds.');
}

Inheritance

The end event implements the SpeechSynthesisEvent interface, which inherits from Event. It therefore has available the properties and methods defined on both these interfaces.

Specifications

Specification Status Comment
Web Speech API
The definition of 'speech synthesis utterance events' in that specification.
Draft  

Browser compatibility

Feature Chrome Firefox (Gecko) Internet Explorer Opera Safari (WebKit)
Basic support 33 44 (44) [1] No support No support No support
Feature Android Chrome Firefox Mobile (Gecko) Firefox OS IE Phone Opera Mobile Safari Mobile
Basic support ? (Yes) ? 2.5 No support No support No support
  • [1] Can be enabled via the media.webspeech.synth.enabled flag in about:config.

See also

ドキュメントのタグと貢献者

 このページの貢献者: chrisdavidmills
 最終更新者: chrisdavidmills,