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
public RecognitionResult RecognitionResult { get; internal set; }
public:
property RecognitionResult^ RecognitionResult {
RecognitionResult^ get ();
void set (RecognitionResult^ value);
}
function get_recognitionResult();
function set_recognitionResult(value);
Remarks
This property is set when the command is triggered.
Exceptions
Exception | Condition |
---|---|
InvalidOperationException | Thrown if trying to access the value at design time. |