Implement AI solutions for information extraction by using Foundry
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.
14-day money-back guarantee — no questions asked.
Included in this chapter:
- An analyzer, and the two passes it runs
- Where your analyzer comes from
- Writing the field schema
- Documents and forms
- Images: reusable fields, not a one-off answer
- Audio and video: built on the transcript
- Calling an analyzer from an application
- Exam patterns for information extraction
What changes across the four analyzer modalities
| Decision point | Document | Image | Audio | Video |
|---|---|---|---|---|
| Base analyzer (baseAnalyzerId) | prebuilt-document | prebuilt-image | prebuilt-audio | prebuilt-video |
| What content extraction returns | OCR text, layout, paragraphs, tables, selection marks, barcodes and formulas | The image for the model to reason over; text-heavy images are better served by a document schema | A speaker-separated WebVTT transcript, with optional speaker-role detection | A WebVTT transcript plus ordered key frames and shot boundaries on one timeline |
| Configuration options that apply | returnDetails, omitContent, enableOcr, enableLayout, tableFormat, enableSegment, segmentPerPage, among others | returnDetails and disableFaceBlurring only | returnDetails and locales | returnDetails, locales, contentCategories, enableSegment, omitContent, disableFaceBlurring |
| Field methods you can write | extract, classify and generate | classify and generate (extract is documented for documents) | classify and generate (extract is documented for documents) | classify and generate (extract is documented for documents) |
| Prebuilt analyzer to try first | prebuilt-invoice, prebuilt-receipt, prebuilt-idDocument, prebuilt-layout, prebuilt-documentSearch | prebuilt-imageSearch | prebuilt-callCenter, prebuilt-audioSearch | The prebuilt retrieval video analyzer, which Microsoft's video overview names two different ways on one page |
| Telltale requirement | "pull these fields off every incoming form" | "describe every product photo for the catalog index" | "summarize each support call and score its sentiment" | "split the broadcast into stories, each with its transcript" |
Decision tree
Cheat sheet
Unlock with Premium — includes all practice exams and the complete study guide.
Also tested in
References
- Azure Content Understanding in Foundry Tools - What is an analyzer? Configuration and reference
- What is Azure Content Understanding in Foundry Tools?
- Azure Content Understanding in Foundry Tools document overview
- Azure Content Understanding in Foundry Tools prebuilt analyzers
- Azure Content Understanding in Foundry Tools image overview
- Azure Content Understanding in Foundry Tools audio overview
- Azure Content Understanding in Foundry Tools video overview
- Quickstart: Azure Content Understanding in Foundry Tools REST API and SDKs