public TweetService()
 {
     textAnalyticsService    = new TextAnalyticsService();
     translatorTextService   = new TranslatorTextService();
     contentModeratorService = new ContentModeratorService();
 }
Example #2
0
 public TweetService()
 {
     textAnalyticsService  = new TextAnalyticsService();
     translatorTextService = new TranslatorTextService();
 }