Class SpecificEngineResultEventArgs

    Definition

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

    This Class contains the gets specific engine's result from vc-service.

    public class SpecificEngineResultEventArgs : EventArgs
    Inheritance
    object
    System.EventArgs
    SpecificEngineResultEventArgs

    Properties

    View Source

    EngineAppId

    The specific engine's app id

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

    EngineEventType

    The specific engine event type

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

    Result

    The specific engine result

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