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