Пример #1
0
        private string analyzeData(string Message)
        {
            PythonService pythonService = new PythonService("", "");

            return(PythonService.getMLAnalysis("http://192.168.30.83:5000/api/analyse/" + System.Net.WebUtility.UrlEncode((Message))));
        }
Пример #2
0
        public void ReceiveMessage()
        {
            PythonService pythonService = new PythonService("", "");

            PythonService.DownloadPageAsync("http://192.168.30.83:5000/api/analyse/I%20could%20watch%20Leonardo%20Di%20Caprios%20films%20all%20day%20as%20he%20is%20a%20very%20talented%20actor.");
        }