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
    System.EventArgs
    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
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX