webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Attributes | List of all members
SpeechSynthesisUtterance Interface Reference

import"SpeechSynthesisUtterance.idl";

Inheritance diagram for SpeechSynthesisUtterance:
EventTarget

Public Attributes

attribute DOMString text
 
attribute DOMString lang
 
attribute SpeechSynthesisVoice voice
 
attribute unrestricted float volume
 
attribute unrestricted float rate
 
attribute unrestricted float pitch
 
attribute EventHandler onstart
 
attribute EventHandler onend
 
attribute EventHandler onerror
 
attribute EventHandler onpause
 
attribute EventHandler onresume
 
attribute EventHandler onmark
 
attribute EventHandler onboundary
 

Additional Inherited Members

- Public Member Functions inherited from EventTarget
void addEventListener ([AtomicString] DOMString type, EventListener? callback, optional(AddEventListenerOptions or boolean) options=false)
 
void removeEventListener ([AtomicString] DOMString type, EventListener? callback, optional(EventListenerOptions or boolean) options=false)
 
boolean dispatchEvent (Event event)
 

Member Data Documentation

◆ lang

attribute DOMString SpeechSynthesisUtterance::lang

◆ onboundary

attribute EventHandler SpeechSynthesisUtterance::onboundary

◆ onend

attribute EventHandler SpeechSynthesisUtterance::onend

◆ onerror

attribute EventHandler SpeechSynthesisUtterance::onerror

◆ onmark

attribute EventHandler SpeechSynthesisUtterance::onmark

◆ onpause

attribute EventHandler SpeechSynthesisUtterance::onpause

◆ onresume

attribute EventHandler SpeechSynthesisUtterance::onresume

◆ onstart

attribute EventHandler SpeechSynthesisUtterance::onstart

◆ pitch

attribute unrestricted float SpeechSynthesisUtterance::pitch

◆ rate

attribute unrestricted float SpeechSynthesisUtterance::rate

◆ text

attribute DOMString SpeechSynthesisUtterance::text

◆ voice

attribute SpeechSynthesisVoice SpeechSynthesisUtterance::voice

◆ volume

attribute unrestricted float SpeechSynthesisUtterance::volume

The documentation for this interface was generated from the following file: