Class AllRecognitionResultEventArgs

    Definition

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

    This class contains the all recognition results from vc-daemon.

    public class AllRecognitionResultEventArgs : EventArgs
    Inheritance
    object
    AllRecognitionResultEventArgs

    Properties

    View Source

    Message

    Engine message, it can be one of the below:

    1. "vc.result.message.none"
    2. "vc.result.message.asr.result.consumed"
    3. "vc.result.message.error.too.loud"
    Declaration
    public string Message { get; }
    Property Value
    Type Description
    string
    View Source

    RecognizedText

    The recognized text.

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

    Result

    The result of recognizing a VoiceCommand.

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

    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