Class ResultTime

    Definition

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

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

    public class ResultTime
    Inheritance
    object
    ResultTime

    Properties

    View Source

    EndTime

    The end time of result text.

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

    Index

    The result index.

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

    StartTime

    The start time of result text.

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

    Text

    The result text.

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

    TokenEvent

    The token event.

    Declaration
    public TimeEvent TokenEvent { get; }
    Property Value
    Type Description
    TimeEvent
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX