Class SupportedEngine
Definition
- Namespace:
- Tizen.Uix.Stt
- Assembly:
- Tizen.Uix.Stt.dll
- API Level:
- 3
This class provides the information related to STT engine.
public class SupportedEngine
- Inheritance
-
SupportedEngine
Properties
View SourceEngineId
The engine ID.
Declaration
public string EngineId { get; }
Property Value
Type | Description |
---|---|
String | The string engine ID. |
API Level: 3
View SourceEngineName
The engine name.
Declaration
public string EngineName { get; }
Property Value
Type | Description |
---|---|
String | The string engine name. |