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.

C#
Copy
public class ResultTime
Inheritance
System.Object
ResultTime

Properties

View Source

EndTime

The end time of result text.

Declaration
C#
Copy
public long EndTime { get; }
Property Value
Type Description
System.Int64
API Level: 3
View Source

Index

The result index.

Declaration
C#
Copy
public int Index { get; }
Property Value
Type Description
Int32
API Level: 3
View Source

StartTime

The start time of result text.

Declaration
C#
Copy
public long StartTime { get; }
Property Value
Type Description
System.Int64
API Level: 3
View Source

Text

The result text.

Declaration
C#
Copy
public string Text { get; }
Property Value
Type Description
System.String
API Level: 3
View Source

TokenEvent

The token event.

Declaration
C#
Copy
public TimeEvent TokenEvent { get; }
Property Value
Type Description
TimeEvent
API Level: 3