Example #1
0
 /// <summary>
 /// Delegate method for the TextToSpeechinfo_InfoHtmlControlCommand command.
 /// </summary>
 public void TextToSpeechinfo_InfoHtmlControlCommandDelegate()
 {
     _speechService.TextToSpeech(Currentinfo_InfoHtmlControl);
 }
 /// <summary>
 /// Delegate method for the TextToSpeechGeekyGadgets_DetailStaticControlCommand command.
 /// </summary>
 public void TextToSpeechGeekyGadgets_DetailStaticControlCommandDelegate()
 {
     _speechService.TextToSpeech(CurrentRssSearchResult.Title + " " + CurrentRssSearchResult.Content);
 }
Example #3
0
 /// <summary>
 /// Delegate method for the TextToSpeechStatistics_DetailStaticControlCommand command.
 /// </summary>
 public void TextToSpeechStatistics_DetailStaticControlCommandDelegate()
 {
     _speechService.TextToSpeech(CurrentStatisticsSchema.Description + " " + CurrentStatisticsSchema.Description);
 }
        /// <summary>
        /// Delegate method for the TextToSpeechSpecialPlaces_DetailStaticControlCommand command.
        /// </summary>
        public  void TextToSpeechSpecialPlaces_DetailStaticControlCommandDelegate() 
        {
				_speechService.TextToSpeech(CurrentspecialplacesCollectionSchema.Subtitle);
        }
 /// <summary>
 /// Delegate method for the TextToSpeechYouTube_DetailVideosStaticControlCommand command.
 /// </summary>
 public void TextToSpeechYouTube_DetailVideosStaticControlCommandDelegate()
 {
     _speechService.TextToSpeech(CurrentYouTubeVideo.Title);
 }
 /// <summary>
 /// Delegate method for the TextToSpeechmonuments_DetailStaticControlCommand command.
 /// </summary>
 public void TextToSpeechmonuments_DetailStaticControlCommandDelegate()
 {
     _speechService.TextToSpeech(CurrentmonumentsCollectionSchema.Subtitle);
 }