Class EngineChangedEventArgs

Definition

Namespace:
Tizen.Uix.Stt
Assembly:
Tizen.Uix.Stt.dll
API Level:
3

This class holds information related to the EngineChanged event.

C#
Copy
public class EngineChangedEventArgs
Inheritance
System.Object
EngineChangedEventArgs

Properties

View Source

EngineId

The Engine ID.

Declaration
C#
Copy
public string EngineId { get; }
Property Value
Type Description
System.String
API Level: 3
View Source

Language

The default language.

Declaration
C#
Copy
public string Language { get; }
Property Value
Type Description
System.String
API Level: 3
View Source

NeedCredential

The necessity of the credential.

Declaration
C#
Copy
public bool NeedCredential { get; }
Property Value
Type Description
Boolean
API Level: 3
View Source

SupportSilence

Whether silence detection is supported or not.

Declaration
C#
Copy
public bool SupportSilence { get; }
Property Value
Type Description
Boolean
API Level: 3