Example #1
0
        public void Setup()
        {
            _keys = GetKeys();
            var client = new IBMWatsonRepositoryClient();

            _sut = new ToneAnalyzerRepository(_keys, client);
        }
        public void Setup()
        {
            _keys = GetKeys();
            var client = new IBMWatsonRepositoryClient();

            _sut = new VisualRecognitionRepository(_keys, client);
        }
Example #3
0
        public void Setup()
        {
            _keys = GetKeys();
            var client = new IBMWatsonRepositoryClient();

            _sut = new PersonalityInsightsRepository(_keys, client);
        }
        public void Setup()
        {
            _keys = GetKeys();
            var client = new IBMWatsonRepositoryClient();

            _sut = new LanguageTranslatorRepository(_keys, client);
        }
Example #5
0
        public void Setup()
        {
            _keys = GetKeys();
            var client = new IBMWatsonRepositoryClient();

            _sut          = new NaturalLanguageClassifierRepository(_keys, client);
            _classifierId = "some-id-generated-when-you-create-a-model";
        }