Class ErrorOccurredEventArgs
Definition
- Assembly:
- Tizen.Uix.Tts.dll
This class holds information related to the TTS ErrorOccurred event.
public class ErrorOccurredEventArgs
- Inheritance
-
objectErrorOccurredEventArgs
Properties
View SourceErrorMessage
Gets the current error message.
Declaration
public string ErrorMessage { get; }
Property Value
Type | Description |
---|---|
string | String error message. |
ErrorValue
The error value.
Declaration
public Error ErrorValue { get; }
Property Value
Type | Description |
---|---|
Error |
UtteranceId
The utterance ID.
Declaration
public int UtteranceId { get; }
Property Value
Type | Description |
---|---|
int |