IVoiceCommandActivatedEventArgs
IVoiceCommandActivatedEventArgs
IVoiceCommandActivatedEventArgs
IVoiceCommandActivatedEventArgs
Interface
Definition
Represents the activated event object that contains the event info when the app is launched through a voice command.
public : interface IVoiceCommandActivatedEventArgspublic interface IVoiceCommandActivatedEventArgsPublic Interface IVoiceCommandActivatedEventArgs// You can use this interface in JavaScript.
- Inheritance
-
IVoiceCommandActivatedEventArgsIVoiceCommandActivatedEventArgsIVoiceCommandActivatedEventArgsIVoiceCommandActivatedEventArgs
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Inherited Members
Inherited properties
Properties
Result Result Result Result
Gets the SpeechRecognitionResult object representing the voice command that activated the app.
public : SpeechRecognitionResult Result { get; }public SpeechRecognitionResult Result { get; }Public ReadOnly Property Result As SpeechRecognitionResult// You can use this property in JavaScript.
- Value
- SpeechRecognitionResult SpeechRecognitionResult SpeechRecognitionResult SpeechRecognitionResult
The SpeechRecognitionResult object representing the voice commands that activated the app.