Skip to content

Commit

Permalink
Merge pull request #40 from rlagh2/patch-1
Browse files Browse the repository at this point in the history
Added request url hint
  • Loading branch information
aahill authored Jul 18, 2019
2 parents 9d7393e + 4f247c2 commit 0d20f1e
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 0d20f1e

Please sign in to comment.