Share via


CommandActivity.RecognitionResult Property

Gets the recognition result that triggered the command. A RecognitionResult object represents the result of the recognition engine on audio input.

Namespace:  Microsoft.Rtc.Workflow.Activities
Assembly:  Microsoft.Rtc.Workflow (in Microsoft.Rtc.Workflow.dll)

Syntax

'Declaration
Public Property RecognitionResult As RecognitionResult
    Get
     
public RecognitionResult RecognitionResult { get;  }
public:
property RecognitionResult^ RecognitionResult {
    RecognitionResult^ get ();
    : void RecognitionResult^ }
function get_recognitionResult();

Remarks

This property is set when the command is triggered.

Exceptions

Exception Condition
System.InvalidOperationException Thrown if trying to access the value at design time.

See Also

CommandActivity Class

Microsoft.Rtc.Workflow.Activities Namespace