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
    IEnumerable<><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

    Extension Methods

    EXamlExtensions.LoadFromEXamlByRelativePath<T>(T, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, Type)
    Extensions.LoadFromXamlFile<TXaml>(TXaml, string)
    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX