Text Analytics
Detect sentiment, language, key phrases, PI/PII and insights from text & documents.
Text Analytics, NER, sentiment, classification, translation and Q&A with Azure Cognitive services.
Technology Cluster · Back to Cognitive Services · NLP use cases
Detect sentiment, language, key phrases, PI/PII and insights from text & documents.
Extract entities such as people, organizations, places, tax IDs, IBANs (where supported).
Ticket routing, moderation, and content categorization (single or multi‑label).
Neural translation in real‑time with custom glossaries and format preservation.
Build knowledge bases from FAQs/documents and enable Q&A in chat and portals.
Use regional endpoints with keys/role assignments. Text Analytics example:
POST /text/analytics/v3.2/analyze
Ocp-Apim-Subscription-Key: <key>
Content-Type: application/json
Event‑driven with Functions/Service Bus, batch via Data Factory; for custom models move to Azure ML.
Service | When to use | Output |
---|---|---|
Text Analytics | General insights from text | Sentiment, key phrases, language, PII |
NER | Extract structured fields | Entities + types + offsets/confidence |
Classification | Routing, moderation, categories | Labels (single/multi) with scores |
Translation | Localization & multilingual | Translated text + glossaries |
Q&A | Self‑service information | Answers from KB/FAQs |
Normalize encoding, remove boilerplate, handle language and domain specifics.
Precision/recall/F1, error analysis and A/B tests on real samples.
PII masking, logging, rate limiting, and drift/cost monitoring.
Yes, many services support dozens of languages; check the ones you need and validate quality with custom glossaries.
Yes, with custom classification where available or with Azure ML for full pipelines.
Enable PII detection, apply masking and access controls; use compliant regions and limited retention.