Table of Contents

Class SpeechRecognitionEventInit

Namespace
CSharpToJavaScript.APIs.JS
Assembly
CSharpToJavaScript.dll
[ToObject]
public class SpeechRecognitionEventInit : EventInit
Inheritance
SpeechRecognitionEventInit
Inherited Members

Constructors

SpeechRecognitionEventInit()

public SpeechRecognitionEventInit()

Fields

ResultIndex

[Value("resultIndex")]
public ulong ResultIndex

Field Value

ulong

Results

[Value("results")]
public required SpeechRecognitionResultList Results

Field Value

SpeechRecognitionResultList