SpeechRecognitionEventArgs
Wisej.Web.Ext.Speech.SpeechRecognitionEventArgs
Namespace: Wisej.Web.Ext.Speech
Assembly: Wisej.Web.Ext.Speech (3.2.0.0)
Provides data for the Result events.
public class SpeechRecognitionEventArgs : EventArgsPublic Class SpeechRecognitionEventArgs
Inherits EventArgsConstructors
SpeechRecognitionEventArgs(results, error)
Initializes a new instance of the SpeechRecognitionEventArgs class.
Properties
Error
String: Returns the error message from the speech recognition object.
Results
SpeechRecognitionResult[]: Returns the list of speech recognition results.
Last updated
Was this helpful?