Property | Type | Description | |
---|---|---|---|
CopyActionIconsToTempFolder | System.Threading.Tasks.Task | ||
SemanticInterpretation | string |
Method | Description | |
---|---|---|
HandleMediaElementCortanaCommands ( this args ) : Task |
||
RegisterMediaElementVoiceCommands ( string customVoiceCommandFileName = null, bool registerMissingLocales = true ) : System.Threading.Tasks.Task |
Method | Description | |
---|---|---|
CopyActionIconsToTempFolder ( string iconFileName ) : System.Threading.Tasks.Task | ||
SemanticInterpretation ( string interpretationKey, SpeechRecognitionResult speechRecognitionResult ) : string |
Returns the semantic interpretation of a speech result. Returns null if there is no interpretation for that key.
|
public static HandleMediaElementCortanaCommands ( this args ) : Task |
||
args | this | |
return | Task |
public static RegisterMediaElementVoiceCommands ( string customVoiceCommandFileName = null, bool registerMissingLocales = true ) : System.Threading.Tasks.Task | ||
customVoiceCommandFileName | string | |
registerMissingLocales | bool | |
return | System.Threading.Tasks.Task |