Class RecognitionResultEventArgs

    Definition

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

    The recognition result from the engine.

    public class RecognitionResultEventArgs : EventArgs
    Inheritance
    object
    System.EventArgs
    RecognitionResultEventArgs

    Properties

    View Source

    Result

    Gets the recognition result.

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