Class EngineChangedEventArgs
Definition
- Namespace:
- Tizen.Uix.Tts
- Assembly:
- Tizen.Uix.Tts.dll
- API Level:
- 3
This class holds information related to the EngineChanged event.
public class EngineChangedEventArgs
- Inheritance
-
EngineChangedEventArgs
Properties
View SourceEngineId
The engine ID.
Declaration
public string EngineId { get; }
Property Value
Type | Description |
---|---|
String |
API Level: 3
View SourceNeedCredential
The necessity of the credential.
Declaration
public bool NeedCredential { get; }
Property Value
Type | Description |
---|---|
Boolean |
API Level: 3
View SourceVoiceType
The supported voice.
Declaration
public SupportedVoice VoiceType { get; }
Property Value
Type | Description |
---|---|
SupportedVoice |