Home›AI technologies›Multimodal content understandingDeutsch

Multimodal content understanding: the whole artefact, not one frame of it

Content understanding services take a document, image, audio file or video and return structured output for the whole thing, such as the scenes of a video with a summary for each.

Amazon Bedrock Data AutomationAzure Content UnderstandingDocument AI (closest for documents)Your own pipeline

What is multimodal content understanding?

Labelling a picture and understanding a scene are different jobs. Content understanding services combine several models behind one call: they read the text, listen to the audio, look at the frames, and return one structured result in a format you define.

The convenience has a price: the provider decides which models work inside. Check that before you depend on it, especially if you need to know which model answered and keep that answer stable next quarter.

Goes inA document, an image, an audio file or a video
Comes outStructured output for the whole thing, in a schema you define
Typical usesVideo chaptering, media archives, claims with photos, document packs

Four ways to run it

Each of the big clouds offers it as a managed service, and you can also run it yourself. Same task, a different bill and a different console.

Amazon Bedrock Data Automation
Managed on AWS

Amazon Bedrock Data Automation[1]

The managed service on AWS that extracts structured output from documents, images, audio and video in one call.

Official documentation →
Azure Content Understanding
Managed on Microsoft Azure

Azure Content Understanding[2]

The service in Microsoft Foundry with analyzers for documents, images, audio and video, generally available since November 2025.

Official documentation →
Document AI (closest for documents)
Managed on Google Cloud

Document AI (closest for documents)[3]

The closest managed match on Google Cloud for documents; for media you combine it with other Google APIs.

Official documentation →
Your own pipeline
Run it yourself

Your own pipeline[4]

Split with FFmpeg, transcribe with Whisper, caption frames with an open vision model, summarise with an open LLM, and parse documents with Docling (MIT). More work, and every model choice is yours.

Project page →
Amazon Bedrock Data Automation: The managed service on one page, with the same service on the other platforms.
The managed service on one page, with the same service on the other platforms.[5]

How it looks in an architecture

Slides from my course on AI architectures at FH Burgenland, drawn from real projects.

Ninety seconds of footage traced through the pipeline, with Bedrock Data Automation proposing the cuts.
Ninety seconds of footage traced through the pipeline, with Bedrock Data Automation proposing the cuts.[5]
Six services, about 34 cents and under three minutes per clip, measured on my own runs.
Six services, about 34 cents and under three minutes per clip, measured on my own runs.[5]

Where I used it

The video pipeline

In my video pipeline, Bedrock Data Automation reads each clip as a whole and proposes the cuts. End to end, a finished clip costs about 34 cents and under three minutes, against forty to sixty hours of manual editing before.

Read the write-up →

Managed and self-hosted together: hybrid

With a ready-made service the call leaves your network. The hybrid decision is what crosses, and in what state: the whole file, a redacted one, or only the part that has to. Where a file may not leave at all, the same step runs with the open-source option inside your building, and only the result, or nothing, crosses.[6]

The enterprise version of the video pipeline: nothing is migrated, and the AI services come to the data on the customer's own storage.
The enterprise version of the video pipeline: nothing is migrated, and the AI services come to the data on the customer's own storage.[5]

What would help you next?

Learn to decide

The course “From Managed to Hybrid” teaches where AI should run: what each layer costs, what you operate and where your data has to stay. It is in preparation, with a free live session first.

Linda MohamedLinda Mohamed
AI and cloud consultant, AWS Community Hero, Vienna

Build it with me

Tell me what you want to build. In 30 minutes we check which of the four ways fits your data, your rules and your budget, and whether AWS funding for a proof of concept can cover part of it. How AWS funding works →

You already know what you need

Book the workshop directly:

ai-solutions.wiki

Read more on ai-solutions.wiki

My open knowledge base, with longer comparisons, pricing notes and sources.

Sources

  1. Amazon Bedrock Data Automation documentation. https://docs.aws.amazon.com/bedrock/latest/userguide/bda.html
  2. Azure Content Understanding documentation. https://learn.microsoft.com/en-us/azure/ai-services/content-understanding/overview
  3. Document AI (closest for documents) documentation. https://cloud.google.com/document-ai/docs
  4. Your own pipeline. https://github.com/docling-project/docling
  5. Linda Mohamed, course slides “The projects”, MASE-3, FH Burgenland, September 2026
  6. S3 access points on FSx for NetApp ONTAP, AWS documentation. https://docs.aws.amazon.com/fsx/latest/ONTAPGuide/s3-access-points.html
  7. Amazon Bedrock, ai-solutions.wiki. https://ai-solutions.wiki/tools/amazon-bedrock/
  8. OpenAI Whisper, ai-solutions.wiki. https://ai-solutions.wiki/tools/whisper/
  9. FFmpeg, ai-solutions.wiki. https://ai-solutions.wiki/tools/ffmpeg/
  10. Pre-built AI services vs foundation models, ai-solutions.wiki. https://ai-solutions.wiki/comparisons/prebuilt-ai-services-vs-foundation-models/
  11. Azure Content Understanding is now generally available, Microsoft Foundry blog. https://devblogs.microsoft.com/foundry/azure-content-understanding-is-now-generally-available/

Links checked September 2026. Product names and features change: check the linked pages before you decide.