Microsoft Text Analytics
Endpoints
Ungrouped Endpoints 5
What is the Microsoft Text Analytics API?
An AI service from Microsoft Azure that enables you to unlock insights from natural language text using sentiment analysis, named entity recognition, language detection, and key phrase extraction in multiple languages.
Microsoft Text Analytics API is available on the JoJ API marketplace. Subscribe with a single JoJ API key, call it through one gateway, and pay from one wallet — no separate account or contract with the provider.
Microsoft Text Analytics API endpoints
- POST
/entities/linkingEntities Linking
The API returns a list of recognized entities with links to a well-known knowledge base.
- POST
/entities/recognition/generalEntities Recognition General
The API returns a list of general named entities (Person, Location, Organization etc) in a given document. General named entities are returned with entity types.
- POST
/keyPhrasesKey Phrases
The API returns a list of strings denoting the key talking points in the input text.
- POST
/languagesDetect Language
The API returns the detected language and a numeric score between 0 and 1. Scores close to 1 indicate 100% certainty that the identified language is true. A total of 120 languages are supported.
- POST
/sentimentSentiment
The API returns a document sentiment prediction, as well as sentiment scores for each sentiment class (Positive, Negative, and Neutral).In addition, sentence level sentiment predictions are returned.