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