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