Class RecognitionResultEventArgs

    Definition

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

    The recognition result from the engine.

    public class RecognitionResultEventArgs
    Inheritance
    object
    RecognitionResultEventArgs

    Properties

    View Source

    Data

    The result text.

    Declaration
    public IEnumerable<string> Data { get; }
    Property Value
    Type Description
    System.Collections.Generic.IEnumerable<T><string>
    View Source

    DataCount

    Returns the result text count.

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

    Message

    The engine message.

    Declaration
    public ResultMessage Message { get; }
    Property Value
    Type Description
    ResultMessage
    View Source

    Result

    The result event.

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