VoiceCommandActivatedEventArgs.Result Property

Definition

Gets the SpeechRecognitionResult object representing the voice command that activated the app.

public:
 property SpeechRecognitionResult ^ Result { SpeechRecognitionResult ^ get(); };
SpeechRecognitionResult Result();
public SpeechRecognitionResult Result { get; }
var speechRecognitionResult = voiceCommandActivatedEventArgs.result;
Public ReadOnly Property Result As SpeechRecognitionResult

Property Value

The SpeechRecognitionResult object representing the voice commands that activated the app.

Implements

Applies to