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

    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