Class ResultTime

Definition

Namespace:
Tizen.Uix.Stt
Assembly:
Tizen.Uix.Stt.dll

This class represents the result of recognition result from the engine.

C#
Copy
public class ResultTime
Inheritance
object
ResultTime

Properties

View Source

EndTime

The end time of result text.

Declaration
C#
Copy
public long EndTime { get; }
Property Value
Type Description
long
View Source

Index

The result index.

Declaration
C#
Copy
public int Index { get; }
Property Value
Type Description
int
View Source

StartTime

The start time of result text.

Declaration
C#
Copy
public long StartTime { get; }
Property Value
Type Description
long
View Source

Text

The result text.

Declaration
C#
Copy
public string Text { get; }
Property Value
Type Description
string
View Source

TokenEvent

The token event.

Declaration
C#
Copy
public TimeEvent TokenEvent { get; }
Property Value
Type Description
TimeEvent