A logistics firm receives thousands of scanned bills of lading, plus photographs of damaged crates and recorded phone calls with drivers. The firm wants a single Foundry capability that can pull structured fields and content from all of these formats: documents, images and audio. Which capability is purpose-built for this cross-format information extraction?
- AAn image-generation model from the Foundry catalogue
- BAzure Speech in Foundry Tools
- CAn embedding model deployed through the Foundry SDK
- DAzure Content Understanding in Foundry Tools Correct
Why A is wrong: Tempting because photographs are mentioned, but an image-generation model creates new pictures from prompts rather than extracting fields from existing inputs.
Why B is wrong: Tempting because recorded calls are present, but Azure Speech handles only audio transcription and cannot extract fields from scanned documents or images.
Why C is wrong: Tempting as a way to represent mixed content, but embeddings turn input into vectors for search or similarity, not into named extracted fields.
Why D is correct: Correct. Azure Content Understanding is the named Foundry Tools capability for extracting structured information from documents, images, audio and video with one service.