Class RecognitionResult

    Definition

    Namespace:
    Tizen.Uix.VoiceControl
    Assembly:
    Tizen.Uix.VoiceControl.dll

    The recognition result from the engine. If the duplicated commands are recognized, the event(e.g. Result.Rejected) of a command may be rejected for selecting the command as a priority. If you set similar or same commands, or the recognized results are multi-results, the CommandList has multi commands.

    public class RecognitionResult
    Inheritance
    object
    RecognitionResult

    Properties

    View Source

    CommandList

    The recognized command list.

    Declaration
    public VoiceCommandList CommandList { get; }
    Property Value
    Type Description
    VoiceCommandList
    View Source

    Result

    The result event.

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

    ResultMessage

    The spoken text.

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