C# Class BuildIt.Media.CortanaListener

Datei anzeigen Open project: builttoroam/BuildIt

Private Properties

Property Type Description
CopyActionIconsToTempFolder System.Threading.Tasks.Task
SemanticInterpretation string

Public Methods

Method Description
HandleMediaElementCortanaCommands ( this args ) : Task
RegisterMediaElementVoiceCommands ( string customVoiceCommandFileName = null, bool registerMissingLocales = true ) : System.Threading.Tasks.Task

Private Methods

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.

Method Details

HandleMediaElementCortanaCommands() public static method

public static HandleMediaElementCortanaCommands ( this args ) : Task
args this
return Task

RegisterMediaElementVoiceCommands() public static method

public static RegisterMediaElementVoiceCommands ( string customVoiceCommandFileName = null, bool registerMissingLocales = true ) : System.Threading.Tasks.Task
customVoiceCommandFileName string
registerMissingLocales bool
return System.Threading.Tasks.Task