We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9d7393e + 4f247c2 commit 0d20f1eCopy full SHA for 0d20f1e
dotnet/Language/SentimentV3.cs
@@ -12,6 +12,9 @@ public class Program
12
{
13
public class TextAnalyticsSentimentV3Client
14
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).
18
private static readonly string textAnalyticsUrl = "<ADD_TEXT_ANALYTICS_URL_HERE>/v3.0-preview/sentiment";
19
20
private static readonly string textAnalyticsKey = "<ADD_TEXT_ANALYTICS_KEY_HERE>";
0 commit comments