Class EngineChangedEventArgs

Definition

Namespace:
Tizen.Uix.Tts
Assembly:
Tizen.Uix.Tts.dll

This class holds information related to the EngineChanged event.

C#
Copy
public class EngineChangedEventArgs
Inheritance
object
EngineChangedEventArgs

Properties

View Source

EngineId

The engine ID.

Declaration
C#
Copy
public string EngineId { get; }
Property Value
Type Description
string
View Source

NeedCredential

The necessity of the credential.

Declaration
C#
Copy
public bool NeedCredential { get; }
Property Value
Type Description
bool
View Source

VoiceType

The supported voice.

Declaration
C#
Copy
public SupportedVoice VoiceType { get; }
Property Value
Type Description
SupportedVoice