Implement Azure Text Analytics Service - 2
Create your REST API using the Azure Text Analytics Service.
We'll cover the following...
Define the analyze_text() function
In the previous lesson, we have already created the structure of the API. We are only left with writing the function that will handle the POST route. ...