Class ResultTime
Definition
- Namespace:
- Tizen.Uix.Stt
- Assembly:
- Tizen.Uix.Stt.dll
- API Level:
- 3
This class represents the result of recognition result from the engine.
public class ResultTime
- Inheritance
-
ResultTime
Properties
View SourceEndTime
The end time of result text.
Declaration
public long EndTime { get; }
Property Value
Type | Description |
---|---|
Int64 |
API Level: 3
View SourceIndex
The result index.
Declaration
public int Index { get; }
Property Value
Type | Description |
---|---|
Int32 |
API Level: 3
View SourceStartTime
The start time of result text.
Declaration
public long StartTime { get; }
Property Value
Type | Description |
---|---|
Int64 |
API Level: 3
View SourceText
The result text.
Declaration
public string Text { get; }
Property Value
Type | Description |
---|---|
String |
API Level: 3
View SourceTokenEvent
The token event.
Declaration
public TimeEvent TokenEvent { get; }
Property Value
Type | Description |
---|---|
TimeEvent |