ClassSpeechRecognizerErrorOccurredEventArgs
Class
Provides data for the error occurred event in the speech recognizer.
Definition
Namespace:Telerik.Maui.SpeechRecognizer
Assembly:Telerik.Maui.Core.dll
Syntax:
cs-api-definition
public class SpeechRecognizerErrorOccurredEventArgs : EventArgs
Inheritance: objectEventArgsSpeechRecognizerErrorOccurredEventArgs
Inherited Members
Constructors
SpeechRecognizerErrorOccurredEventArgs(string, Exception)
Initializes a new instance of the SpeechRecognizerErrorOccurredEventArgs class with the specified error message and optional exception.
Fields
Exception
Gets the exception associated with the speech recognizer error, if any.