Class EngineChangedEventArgs
Definition
- Namespace:
- Tizen.Uix.Stt
- Assembly:
- Tizen.Uix.Stt.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 SourceLanguage
The default language.
Declaration
public string Language { 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 SourceSupportSilence
Whether silence detection is supported or not.
Declaration
public bool SupportSilence { get; }
Property Value
Type | Description |
---|---|
Boolean |