Class SupportedEngine

Definition

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

This class provides the information related to STT engine.

C#
Copy
public class SupportedEngine
Inheritance
System.Object
SupportedEngine

Properties

View Source

EngineId

The engine ID.

Declaration
C#
Copy
public string EngineId { get; }
Property Value
Type Description
System.String

The string engine ID.

API Level: 3
View Source

EngineName

The engine name.

Declaration
C#
Copy
public string EngineName { get; }
Property Value
Type Description
System.String

The string engine name.

API Level: 3