C# Class BuildIt.Media.CortanaListener

Afficher le fichier Open project: builttoroam/BuildIt

Private Properties

Свойство Type Description
CopyActionIconsToTempFolder System.Threading.Tasks.Task
SemanticInterpretation string

Méthodes publiques

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

Private Methods

Méthode 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 méthode

public static HandleMediaElementCortanaCommands ( this args ) : Task
args this
Résultat Task

RegisterMediaElementVoiceCommands() public static méthode

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