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
-
System.Object
EngineChangedEventArgs
Properties
Declaration
public string EngineId { get; }
Property Value
Type |
Description |
System.String |
|
API Level: 3
Declaration
public string Language { get; }
Property Value
Type |
Description |
System.String |
|
API Level: 3
View Source
NeedCredential
The necessity of the credential.
Declaration
public bool NeedCredential { get; }
Property Value
API Level: 3
View Source
SupportSilence
Whether silence detection is supported or not.
Declaration
public bool SupportSilence { get; }
Property Value
API Level: 3