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.

C#
Copy
public class ErrorOccurredEventArgs
Inheritance
System.Object
ErrorOccurredEventArgs

Properties

View Source

ErrorMessage

Gets the current error message.

Declaration
C#
Copy
public string ErrorMessage { get; }
Property Value
Type Description
System.String

String error message.

API Level: 4
View Source

ErrorValue

The error value.

Declaration
C#
Copy
public Error ErrorValue { get; }
Property Value
Type Description
Error
API Level: 4
View Source

UtteranceId

The utterance ID.

Declaration
C#
Copy
public int UtteranceId { get; }
Property Value
Type Description
Int32
API Level: 4