Skip to main content

SpeechRecognitionEventArgs

Namespace: Wisej.Web.Ext.Speech

Assembly: Wisej.Web.Ext.Speech

Provides data for the Result events.

public class SpeechRecognitionEventArgs : EventArgs

Constructors

Instance memberSpeechRecognitionEventArgs(results, error)

Initializes a new instance of the SpeechRecognitionEventArgs class.

NameTypeDescription
resultsObjectThe speech recognition results.
errorStringThe speech recognition error message.

Properties

Instance memberError

String: Returns the error message from the speech recognition object.

Instance memberResults

SpeechRecognitionResult[]: Returns the list of speech recognition results.