Definition
- Namespace:
- Tizen.Uix.Stt
- Assembly:
- Tizen.Uix.Stt.dll
This class holds information related to the EngineChanged event.
public class EngineChangedEventArgs
- Inheritance
-
object
EngineChangedEventArgs
Properties
Declaration
public string EngineId { get; }
Property Value
Declaration
public string Language { get; }
Property Value
View Source
NeedCredential
The necessity of the credential.
Declaration
public bool NeedCredential { get; }
Property Value
View Source
SupportSilence
Whether silence detection is supported or not.
Declaration
public bool SupportSilence { get; }
Property Value