Class SpeechRecognitionResultList
- Namespace
- CSharpToJavaScript.APIs.JS
- Assembly
- CSharpToJavaScript.dll
The SpeechRecognitionResultList interface of the Web Speech API represents a list of SpeechRecognitionResult objects, or a single one if results are being captured in Continuous mode.
[Value("SpeechRecognitionResultList")]
public class SpeechRecognitionResultList
- Inheritance
-
SpeechRecognitionResultList
- Inherited Members
Remarks
Constructors
SpeechRecognitionResultList()
public SpeechRecognitionResultList()
Properties
Length
The length read-only property of the
SpeechRecognitionResultList interface returns the length of the
"array" — the number of SpeechRecognitionResult objects in the
list.
[Value("length")]
public ulong Length { get; }
Property Value
- ulong
A number.