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