Class PreRecognitionResultUpdatedEventArgs

    Definition

    Namespace:
    Tizen.Uix.VoiceControlManager
    Assembly:
    Tizen.Uix.VoiceControlManager.dll

    This Class contains the pre recognition results(partial ASR) from vc-daemon.

    public class PreRecognitionResultUpdatedEventArgs : EventArgs
    Inheritance
    object
    System.EventArgs
    PreRecognitionResultUpdatedEventArgs

    Properties

    View Source

    Result

    Result ASR text

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

    ResultEvent

    The pre result event

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