Class ErrorOccurredEventArgs
Definition
- Assembly:
- Tizen.Uix.Tts.dll
This class holds information related to the TTS ErrorOccurred event.
C#
Copy
public class ErrorOccurredEventArgs
- Inheritance
-
objectError
Occurred Event Args
Properties
Declaration
C#
Copy
public string ErrorMessage { get; }
Property Value
Type | Description |
---|---|
string | String error message. |
Declaration
C#
Copy
public Error ErrorValue { get; }
Property Value
Type | Description |
---|---|
Error |
Declaration
C#
Copy
public int UtteranceId { get; }
Property Value
Type | Description |
---|---|
int |