Class RecognitionResultEventArgs

    Definition

    Namespace:
    Tizen.Uix.VoiceControl
    Assembly:
    Tizen.Uix.VoiceControl.dll

    The recognition result from the engine.

    public class RecognitionResultEventArgs : EventArgs
    Inheritance
    object
    RecognitionResultEventArgs

    Properties

    View Source

    Result

    Gets the recognition result.

    Declaration
    public RecognitionResult Result { get; }
    Property Value
    Type Description
    RecognitionResult

    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