Skip to content

Commit 4f247c2

Browse files
authored
Added request url hint
1 parent 164d180 commit 4f247c2

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)