diff --git a/dotnet/Language/SentimentV3.cs b/dotnet/Language/SentimentV3.cs index 488787b..f286c55 100644 --- a/dotnet/Language/SentimentV3.cs +++ b/dotnet/Language/SentimentV3.cs @@ -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 = "/v3.0-preview/sentiment"; private static readonly string textAnalyticsKey = "";