Definition
- Namespace:
- Tizen.Uix.Stt
- Assembly:
- Tizen.Uix.Stt.dll
- API Level:
- 3
This class represents the result of recognition result from the engine.
- Inheritance
-
Properties
Declaration
public long EndTime { get; }
Property Value
Type |
Description |
System.Int64 |
|
API Level: 3
Declaration
public int Index { get; }
Property Value
Type |
Description |
System.Int32 |
|
API Level: 3
Declaration
public long StartTime { get; }
Property Value
Type |
Description |
System.Int64 |
|
API Level: 3
Declaration
public string Text { get; }
Property Value
Type |
Description |
System.String |
|
API Level: 3
Declaration
public TimeEvent TokenEvent { get; }
Property Value
API Level: 3