SpeechSynthesisEvent

SpeechSynthesisEvent

package js-html

extends Event

extended by SpeechSynthesisErrorEvent

Available on js

The SpeechSynthesisEvent interface of the Web Speech API contains information about the current state of SpeechSynthesisUtterance objects that have been processed in the speech service.

Documentation SpeechSynthesisEvent by Mozilla Contributors, licensed under CC-BY-SA 2.5.

See:

Constructor

new (type:String, eventInitDict:SpeechSynthesisEventInit)

Throws:

null DOMError

Variables

read only charIndex:Int

Returns the index position of the character in the SpeechSynthesisUtterance.text that was being spoken when the event was triggered.

read only elapsedTime:Float

Returns the elapsed time in milliseconds after the SpeechSynthesisUtterance.text started being spoken that the event was triggered at.

read only name:String

Returns the name associated with certain types of events occuring as the SpeechSynthesisUtterance.text is being spoken: the name of the SSML marker reached in the case of a mark event, or the type of boundary reached in the case of a boundary event.

read only utterance:SpeechSynthesisUtterance

Returns the SpeechSynthesisUtterance instance that the event was triggered on.

© 2005–2016 Haxe Foundation
Licensed under a MIT license.
http://api.haxe.org/js/html/SpeechSynthesisEvent.html

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部