NLP Scenarios
Unlock the complete study guide + 1,040 practice questions across 16 full exams.
Bundled into the existing Microsoft Azure AI Fundamentals premium course — no separate purchase.
Included in this chapter:
- Text analytics: the four extraction tasks the exam keeps re-asking
- Translation, speech (STT/TTS), and conversational AI
- Exam-pattern recognition: scenario → NLP capability, and the distractor traps
| NLP task | What it does | Example scenario |
|---|---|---|
| Sentiment analysis | Classifies emotional tone as positive, negative, or neutral with a 0–1 confidence score | Flag negative product reviews to gauge customer mood |
| Entity recognition | Identifies and categorizes mentioned things (person, place, organization, date, quantity) | Pull all people and locations named in a news article |
| Key phrase extraction | Returns the main talking points / themes of a document | Summarize what survey responses are mostly about |
| Language detection | Identifies the language of text and returns name, ISO code, and confidence | Route incoming messages to the right-language support queue |
| Translation | Converts text or speech from a source language into one or more target languages | Translate multilingual support tickets into English |
| Speech (STT / TTS) | Speech-to-text transcribes spoken audio to text; text-to-speech synthesizes audio from text | Caption a recorded meeting (STT); voice a navigation app (TTS) |
Decision tree
Cheat sheet
Unlock with Premium — includes all practice exams and the complete study guide.
Also tested in
References
- Sentiment analysis and opinion mining - Azure AI Language
- Key phrase extraction - Azure AI Language
- Named Entity Recognition (NER) - Azure AI Language
- Language detection - Azure AI Language
- What is Azure AI Translator?
- What is speech to text? - Azure AI Speech
- What is text to speech? - Azure AI Speech
- What is speech translation? - Azure AI Speech
- What is question answering? - Azure AI Language