Skip to content

Commit

Permalink
Added request url hint
Browse files Browse the repository at this point in the history
  • Loading branch information
rlagh2 authored Jul 10, 2019
1 parent 164d180 commit 4f247c2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dotnet/Language/SentimentV3.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ public class Program
{
public class TextAnalyticsSentimentV3Client
{
//You can get the reqeust url by going to:
//https://centralus.dev.cognitive.microsoft.com/docs/services/TextAnalytics-v3-0-preview/operations/56f30ceeeda5650db055a3c9
//and clicking on the region (e.g. Central US).
private static readonly string textAnalyticsUrl = "<ADD_TEXT_ANALYTICS_URL_HERE>/v3.0-preview/sentiment";

private static readonly string textAnalyticsKey = "<ADD_TEXT_ANALYTICS_KEY_HERE>";
Expand Down

0 comments on commit 4f247c2

Please sign in to comment.