Instiq
Chapter 5 · Implementing Text Analysis Solutions·v2.1.0·Updated 6/11/2026·~12 min

What's changed: Added per-section figures (cert-figure-retrofit). Added a speech section (s3) to AI-103 Chapter 5 (the official text-analysis domain’s "speech" sub-area = STT/TTS, speech as agent modality, custom speech / custom neural voice, multimodal reasoning from audio, speech translation). Existing s1 (Azure AI Language) and s2 (translation/custom language models) preserved non-destructively

5.2Translation and Custom Language Models

Key points

Understand text translation (Azure AI Translator), custom options when prebuilt is insufficient (conversational language understanding CLU, custom classification, custom NER), and when to use flexible generative-prompt analysis.

To convert text to another language, use Azure AI Translator. When prebuilt features fall short, consider custom. For chatbots, extract user intent and entities with conversational language understanding (CLU); for classification into your categories, use custom classification; for org-specific extraction, custom NER—all trained on your data. Increasingly, generative prompting ("extract key points, topics, and sentiment from this text") offers flexible analysis not bound to predefined categories.

Exam point

Common: (1) "convert to another language" = Azure AI Translator (vs language detection). (2) chat intent and entities = CLU. (3) classify into your categories = custom classification; org-specific extraction = custom NER (train on your data). (4) flexible extraction of key points/topics/sentiment without predefined categories = generative prompting.

Continue reading — free sign-up

You're reading the free preview. Sign up free to read this section in full, plus every chapter (including 4+) and all questions.