Class ErrorOccurredEventArgs
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
-
ErrorOccurredEventArgs
Properties
View SourceErrorMessage
Gets the current error message.
Declaration
public string ErrorMessage { get; }
Property Value
Type | Description |
---|---|
String | String error message. |
API Level: 4
View SourceErrorValue
The error value.
Declaration
public Error ErrorValue { get; }
Property Value
Type | Description |
---|---|
Error |
API Level: 4
View SourceUtteranceId
The utterance ID.
Declaration
public int UtteranceId { get; }
Property Value
Type | Description |
---|---|
Int32 |