Class EngineChangedEventArgs

Definition

Namespace:
Tizen.Uix.Tts
Assembly:
Tizen.Uix.Tts.dll
API Level:
3

This class holds information related to the EngineChanged event.

C#
Copy
public class EngineChangedEventArgs
Inheritance
EngineChangedEventArgs

Properties

View Source

EngineId

The engine ID.

Declaration
C#
Copy
public string EngineId { get; }
Property Value
Type Description
System.String
API Level: 3
View Source

NeedCredential

The necessity of the credential.

Declaration
C#
Copy
public bool NeedCredential { get; }
Property Value
Type Description
Boolean
API Level: 3
View Source

VoiceType

The supported voice.

Declaration
C#
Copy
public SupportedVoice VoiceType { get; }
Property Value
Type Description
SupportedVoice
API Level: 3