Skip to content

Commit 0d20f1e

Browse files
authored
Merge pull request #40 from rlagh2/patch-1
Added request url hint
2 parents 9d7393e + 4f247c2 commit 0d20f1e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

dotnet/Language/SentimentV3.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ public class Program
1212
{
1313
public class TextAnalyticsSentimentV3Client
1414
{
15+
//You can get the reqeust url by going to:
16+
//https://centralus.dev.cognitive.microsoft.com/docs/services/TextAnalytics-v3-0-preview/operations/56f30ceeeda5650db055a3c9
17+
//and clicking on the region (e.g. Central US).
1518
private static readonly string textAnalyticsUrl = "<ADD_TEXT_ANALYTICS_URL_HERE>/v3.0-preview/sentiment";
1619

1720
private static readonly string textAnalyticsKey = "<ADD_TEXT_ANALYTICS_KEY_HERE>";

0 commit comments

Comments
 (0)