Class SpeechSynthesisUtterance

java.lang.Object
org.htmlunit.corejs.javascript.ScriptableObject
org.htmlunit.javascript.HtmlUnitScriptable
org.htmlunit.javascript.host.event.EventTarget
org.htmlunit.javascript.host.speech.SpeechSynthesisUtterance
All Implemented Interfaces:
Serializable, Cloneable, org.htmlunit.corejs.javascript.ConstProperties, org.htmlunit.corejs.javascript.debug.DebuggableObject, org.htmlunit.corejs.javascript.Scriptable, org.htmlunit.corejs.javascript.SymbolScriptable

public class SpeechSynthesisUtterance extends EventTarget
A JavaScript object for SpeechSynthesisUtterance.
See Also:
  • Constructor Details

    • SpeechSynthesisUtterance

      public SpeechSynthesisUtterance()
      Creates a new instance.
  • Method Details