C# Класс BuildIt.Media.CortanaListener

Показать файл Открыть проект

Private Properties

Свойство Тип Описание
CopyActionIconsToTempFolder System.Threading.Tasks.Task
SemanticInterpretation string

Открытые методы

Метод Описание
HandleMediaElementCortanaCommands ( this args ) : Task
RegisterMediaElementVoiceCommands ( string customVoiceCommandFileName = null, bool registerMissingLocales = true ) : System.Threading.Tasks.Task

Приватные методы

Метод Описание
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.

Описание методов

HandleMediaElementCortanaCommands() публичный статический Метод

public static HandleMediaElementCortanaCommands ( this args ) : Task
args this
Результат Task

RegisterMediaElementVoiceCommands() публичный статический Метод

public static RegisterMediaElementVoiceCommands ( string customVoiceCommandFileName = null, bool registerMissingLocales = true ) : System.Threading.Tasks.Task
customVoiceCommandFileName string
registerMissingLocales bool
Результат System.Threading.Tasks.Task