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.
1 parent 56a1a21 commit e806b31Copy full SHA for e806b31
dotnet/Language/SentimentV3.cs
@@ -65,7 +65,7 @@ public static void Main(string[] args)
65
}
66
67
};
68
-
+ //If you’re using C# 7.1 or greater, you can use an async main() method to await the function
69
var sentimentV3Prediction = TextAnalyticsSentimentV3Client.SentimentV3PreviewPredictAsync(inputDocuments).Result;
70
71
// Replace with whatever you wish to print or simply consume the sentiment v3 prediction
0 commit comments