public TweetService() { service = new TextAnalyticsService(); }
public TweetService() { textAnalyticsService = new TextAnalyticsService(); translatorTextService = new TranslatorTextService(); contentModeratorService = new ContentModeratorService(); }
public TweetService() { textAnalyticsService = new TextAnalyticsService(); translatorTextService = new TranslatorTextService(); }