Class SupportedEngine

Definition

Namespace:
Tizen.Uix.Stt
Assembly:
Tizen.Uix.Stt.dll

This class provides the information related to STT engine.

C#
Copy
public class SupportedEngine
Inheritance
object
SupportedEngine

Properties

View Source

EngineId

The engine ID.

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

The string engine ID.

View Source

EngineName

The engine name.

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

The string engine name.