Copyright (c) 2026 MindMesh Academy. All rights reserved. This content is proprietary and may not be reproduced or distributed without permission.
4.1.1. Image Analysis Features
- Concept: Azure Vision provides multiple analysis features selectable per request
- Purpose: Extract specific types of information from images
- Benefit: Pay only for features you need
Comparative Table: Image Analysis Features
| Feature | Returns | Use Case |
|---|---|---|
| Object detection | Bounding box coordinates + labels | Locate items in images |
| Image tagging | Labels with confidence scores | Describe image content |
| Image classification | Category labels | Categorize entire images |
| OCR (Read) | Extracted text with positions | Read text from images |
| Adult content | Content moderation scores | Filter inappropriate images |
| Brand detection | Brand logos identified | Marketing analysis |
| Face detection | Face locations (not identity) | People counting |