IVoiceCommandActivatedEventArgs.Result Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 = iVoiceCommandActivatedEventArgs.result;
Public ReadOnly Property Result As SpeechRecognitionResult
Property Value
The SpeechRecognitionResult object representing the voice commands that activated the app.