Class ResultTime
Definition
- Assembly:
- Tizen.Uix.Stt.dll
This class represents the result of recognition result from the engine.
C#Copypublic class ResultTime
- Inheritance
-
objectResultTime
Properties
Declaration
C#Copypublic long EndTime { get; }
Property Value
Type | Description |
---|---|
long |
Declaration
C#Copypublic int Index { get; }
Property Value
Type | Description |
---|---|
int |
Declaration
C#Copypublic long StartTime { get; }
Property Value
Type | Description |
---|---|
long |
Declaration
C#Copypublic string Text { get; }
Property Value
Type | Description |
---|---|
string |
Declaration
C#Copypublic TimeEvent TokenEvent { get; }
Property Value
Type | Description |
---|---|
TimeEvent |