VoiceCommand.SpeechRecognitionResult 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 results returned by the voice command.
public:
property SpeechRecognitionResult ^ SpeechRecognitionResult { SpeechRecognitionResult ^ get(); };
SpeechRecognitionResult SpeechRecognitionResult();
public SpeechRecognitionResult SpeechRecognitionResult { get; }
var speechRecognitionResult = voiceCommand.speechRecognitionResult;
Public ReadOnly Property SpeechRecognitionResult As SpeechRecognitionResult
Property Value
The result of a speech recognition session.