Esempio n. 1
0
 public RecognitionService(IDialogService dialogService, SpeechService speechService, RecognitionHandler speechHandler)
 {
     this.speechHandler = speechHandler;
     this.dialogService = dialogService;
     this.speechService = speechService;
 }
Esempio n. 2
0
 public RecognitionHandler(SpeechService speechService, NavigationServiceEx navigationService)
 {
     this.speechService     = speechService;
     this.navigationService = navigationService;
 }