Using Text Analytics API to extract keywords, sentiment and more

In this tutorial we are going to see how to use the Text analytics API of the Cognitive Services to help you extract language, keywords, sentiment and from your text. You can call the Text Analytics APIs directly but using the Microsoft.Azure.CognitiveServices.Language SDK is easier. Prerequisites To run the sample code …