Class SpeechSynthesisEventInit
- Namespace
- CSharpToJavaScript.APIs.JS
- Assembly
- CSharpToJavaScript.dll
[ToObject]
public class SpeechSynthesisEventInit : EventInit
- Inheritance
-
SpeechSynthesisEventInit
- Derived
-
- Inherited Members
-
Constructors
SpeechSynthesisEventInit()
public SpeechSynthesisEventInit()
Fields
CharIndex
[Value("charIndex")]
public ulong CharIndex
Field Value
- ulong
CharLength
[Value("charLength")]
public ulong CharLength
Field Value
- ulong
ElapsedTime
[Value("elapsedTime")]
public Number ElapsedTime
Field Value
- Number
Name
[Value("name")]
public string Name
Field Value
- string
Utterance
[Value("utterance")]
public required SpeechSynthesisUtterance Utterance
Field Value
- SpeechSynthesisUtterance