Skip to content

Commit e806b31

Browse files
committed
adding note
1 parent 56a1a21 commit e806b31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dotnet/Language/SentimentV3.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ public static void Main(string[] args)
6565
}
6666
}
6767
};
68-
68+
//If you’re using C# 7.1 or greater, you can use an async main() method to await the function
6969
var sentimentV3Prediction = TextAnalyticsSentimentV3Client.SentimentV3PreviewPredictAsync(inputDocuments).Result;
7070

7171
// Replace with whatever you wish to print or simply consume the sentiment v3 prediction

0 commit comments

Comments
 (0)