зеркало из https://github.com/microsoft/mwt-ds.git
fixed text analytics path
This commit is contained in:
Родитель
48b195dd12
Коммит
523f793592
|
@ -21,7 +21,7 @@ namespace Microsoft.DecisionService.Crawl
|
|||
|
||||
static CognitiveServiceTextAnalytics()
|
||||
{
|
||||
cogService = new CognitiveService("CogTextAnalytics", queryParams: "/recognize");
|
||||
cogService = new CognitiveService("CogTextAnalytics", queryParams: "/sentiment");
|
||||
}
|
||||
|
||||
public static Task<HttpResponseMessage> Run(HttpRequestMessage req, TraceWriter log, CancellationToken cancellationToken)
|
||||
|
|
Загрузка…
Ссылка в новой задаче