Definition
- Namespace:
- Tizen.Uix.Tts
- Assembly:
- Tizen.Uix.Tts.dll
- API Level:
- 4
This class holds information related to the TTS ErrorOccurred event.
public class ErrorOccurredEventArgs
- Inheritance
-
System.Object
ErrorOccurredEventArgs
Properties
View Source
ErrorMessage
Gets the current error message.
Declaration
public string ErrorMessage { get; }
Property Value
Type |
Description |
System.String |
String error message.
|
API Level: 4
Declaration
public Error ErrorValue { get; }
Property Value
API Level: 4
Declaration
public int UtteranceId { get; }
Property Value
API Level: 4