SpeechRecognitionEventArgs
Namespace: Wisej.Web.Ext.Speech
Assembly: Wisej.Web.Ext.Speech
Provides data for the Result events.
- C#
- VB.NET
public class SpeechRecognitionEventArgs : EventArgs
Public Class SpeechRecognitionEventArgs
Inherits EventArgs
Constructors
SpeechRecognitionEventArgs(results, error)
Initializes a new instance of the SpeechRecognitionEventArgs class.
| Name | Type | Description |
|---|---|---|
| results | Object | The speech recognition results. |
| error | String | The speech recognition error message. |
Properties
Error
String: Returns the error message from the speech recognition object.
Results
SpeechRecognitionResult[]: Returns the list of speech recognition results.