C# 클래스 BuildIt.Media.CortanaListener

파일 보기 프로젝트 열기: builttoroam/BuildIt

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