Skip to content

Commit f753b0d

Browse files
authored
Merge pull request #4930 from bojunehsu/paulhsu/CU-toc
Reorganize TOC to have Analyzers/Classifiers/Face/Foundry at top level
2 parents 14bb684 + f18c433 commit f753b0d

File tree

2 files changed

+200
-153
lines changed

2 files changed

+200
-153
lines changed
Lines changed: 97 additions & 58 deletions
Original file line numberDiff line numberDiff line change
@@ -1,73 +1,112 @@
1-
### YamlMime:Landing
1+
### YamlMime:Hub
22

33
title: Azure AI Content Understanding documentation
4-
summary: Content Understanding is a solution that analyzes and comprehends various media content—such as audio, video, text, and images—transforming it into structured, organized, and searchable data.
4+
summary: Content Understanding is a solution that analyzes and comprehends various media content—such as documents, images, audio, and video—transforming it into structured, organized, and searchable data.
55
metadata:
66
title: Azure AI Content Understanding documentation
7-
description: Content Understanding is a solution that analyzes and comprehends various media content—such as audio, video, text, and images—transforming it into structured, organized, and searchable data.
7+
description: Content Understanding is a solution that analyzes and comprehends various media content—such as documents, images, audio, and video—transforming it into structured, organized, and searchable data.
88
ms.service: azure-ai-content-understanding
99
ms.topic: landing-page
1010
author: laujan
1111
ms.author: lajanuar
1212
ms.date: 05/19/2025
1313

14-
landingContent:
14+
highlightedContent:
15+
# itemType: architecture | concept | deploy | download | get-started | how-to-guide | learn | overview | quickstart | reference | tutorial | whats-new
16+
items:
17+
- title: What is Content Understanding?
18+
itemType: overview
19+
url: overview.md
20+
- title: "What's new?"
21+
itemType: whats-new
22+
url: whats-new.md
23+
- title: Try REST API
24+
itemType: quickstart
25+
url: quickstart/use-rest-api.md
26+
- title: Try AI Foundry
27+
itemType: quickstart
28+
url: quickstart/use-ai-foundry.md
1529

16-
- title: About Azure AI Content Understanding
17-
linkLists:
18-
- linkListType: overview
19-
links:
20-
- text: What is Azure AI Content Understanding?
21-
url: overview.md
22-
- text: Azure AI Content Understanding REST API
23-
url: /rest/api/contentunderstanding/operation-groups?view=rest-contentunderstanding-2024-12-01-preview&preserve-view=true
24-
- text: FAQ
25-
url: faq.yml
26-
27-
- title: Capabilities
28-
linkLists:
29-
- linkListType: concept
30-
links:
31-
- text: Audio
30+
conceptualContent:
31+
items:
32+
- title: AI Foundry
33+
links:
34+
- itemType: quickstart
35+
text: Quickstart
36+
url: quickstart/use-ai-foundry.md
37+
- itemType: concept
38+
text: Analyzer templates
39+
url: concepts/analyzer-templates.md
40+
- title: Analyzers
41+
links:
42+
- itemType: quickstart
43+
text: Quickstart
44+
url: quickstart/use-rest-api.md
45+
- itemType: concept
46+
text: "Modes: standard and pro"
47+
url: concepts/standard-pro-modes.md
48+
- itemType: concept
49+
text: Prebuilt analyzers
50+
url: concepts/prebuilt-analyzers.md
51+
- itemType: how-to-guide
52+
text: Create a custom analyzer
53+
url: tutorial/create-custom-analyzer.md
54+
- title: Classifiers
55+
links:
56+
- itemType: overview
57+
text: Overview
58+
url: concepts/classifier.md
59+
- title: Face and person directories
60+
links:
61+
- itemType: overview
62+
text: Overview
63+
url: face/overview.md
64+
- itemType: how-to-guide
65+
text: Build a person directory
66+
url: tutorial/build-person-directory.md
67+
- title: Modalities
68+
links:
69+
- itemType: concept
70+
text: Document
71+
url: document/overview.md
72+
- itemType: concept
73+
text: Image
74+
url: image/overview.md
75+
- itemType: concept
76+
text: Audio
3277
url: audio/overview.md
33-
- text: Video
78+
- itemType: concept
79+
text: Video
3480
url: video/overview.md
35-
- text: Image
36-
url: image/overview.md
37-
- text: Document
38-
url: document/overview.md
39-
40-
- title: Get started
41-
linkLists:
42-
- linkListType: quickstart
43-
links:
44-
- text: Try Content Understanding REST API
45-
url: quickstart/use-rest-api.md
46-
- text: Try Azure AI Foundry portal
47-
url: quickstart/use-ai-foundry.md
48-
49-
- title: How-to guides
50-
linkLists:
51-
- linkListType: how-to-guide
52-
links:
53-
- text: Create an AI Foundry resource
54-
url: how-to/create-multi-service-resource.md
55-
56-
- title: "What's new?"
57-
linkLists:
58-
- linkListType: whats-new
59-
links:
60-
- text: "What's new in Azure AI Content Understanding?"
61-
url: whats-new.md
62-
63-
- title: Reference
64-
linkLists:
65-
- linkListType: reference
66-
links:
67-
- text: Service limits
68-
url: service-limits.md
69-
- text: Language and region support
70-
url: language-region-support.md
71-
81+
- title: Tutorials
82+
links:
83+
- itemType: how-to-guide
84+
text: Create a custom analyzer
85+
url: tutorial/create-custom-analyzer.md
86+
- itemType: how-to-guide
87+
text: Build a person directory
88+
url: tutorial/build-person-directory.md
89+
- title: Resources
90+
links:
91+
- itemType: reference
92+
text: Service limits
93+
url: service-limits.md
94+
- itemType: reference
95+
text: Language and region support
96+
url: language-region-support.md
97+
- itemType: tutorial
98+
text: Azure AI Content Understanding Samples (Python)
99+
url: https://github.com/Azure-Samples/azure-ai-content-understanding-python
100+
- title: Reference
101+
links:
102+
- itemType: reference
103+
text: FAQ
104+
url: faq.yml
105+
- itemType: reference
106+
text: Glossary
107+
url: glossary.md
108+
- itemType: reference
109+
text: REST API
110+
url: /rest/api/contentunderstanding/operation-groups
72111

73112

Lines changed: 103 additions & 95 deletions
Original file line numberDiff line numberDiff line change
@@ -1,98 +1,106 @@
11
items:
2-
- name: Azure AI Content Understanding Documentation
3-
href: index.yml
4-
- name: Overview
5-
expanded: true
6-
items:
7-
- name: What is Azure AI Content Understanding?
8-
displayName: document, text, images, video, audio, multimodal, visual, structured, content, field, extraction, content filtering, filter
9-
href: overview.md
10-
- name: Create an Azure AI Foundry resource
11-
displayName: extract, text, images, OCR, optical character recognition
12-
href: how-to/create-multi-service-resource.md
13-
- name: What's new
14-
displayName: changelog, release, updates, previews
15-
href: whats-new.md
16-
- name: Service quotas and limits
17-
displayName: quota, tiers, throttle, max, adjustments, requests, support, ocr
18-
href: service-limits.md
19-
- name: Language and region support
20-
href: language-region-support.md
21-
- name: Pricing
22-
href: https://azure.microsoft.com/pricing/details/content-understanding/
23-
- name: FAQ
24-
displayName: FAQ, definition, updates, previews
25-
href: faq.yml
26-
- name: Glossary
27-
displayName: glossary, definition, updates, previews
28-
href: glossary.md
29-
- name: Quickstarts
30-
items:
31-
- name: Content Understanding REST API
32-
displayName: quickstart, extract, text, images, OCR, optical character recognition, content filtering, filter
33-
href: quickstart/use-rest-api.md
34-
- name: Content Understanding Azure AI Foundry portal
35-
displayName: quickstart, extract, text, images, OCR, optical character recognition
36-
href: quickstart/use-ai-foundry.md
37-
- name: Analyzers and features
38-
items:
39-
- name: Analyzer templates
40-
displayName: analyzer, templates, document, text, images, video, audio, multimodal, visual, structured, content, field, extraction
41-
href: concepts/analyzer-templates.md
42-
- name: Document
2+
- name: Azure AI Content Understanding documentation
3+
href: index.yml
4+
- name: Overview
5+
expanded: true
6+
items:
7+
- name: What is Azure AI Content Understanding?
8+
displayName: document, text, images, video, audio, multimodal, visual, structured, content, field, extraction, content filtering, filter
9+
href: overview.md
10+
- name: What's new
11+
displayName: changelog, release, updates, previews
12+
href: whats-new.md
13+
- name: Create an Azure AI Foundry resource
14+
displayName: extract, text, images, OCR, optical character recognition
15+
href: how-to/create-multi-service-resource.md
16+
- name: Service quotas and limits
17+
displayName: quota, tiers, throttle, max, adjustments, requests, support, ocr
18+
href: service-limits.md
19+
- name: Language and region support
20+
href: language-region-support.md
21+
- name: Pricing
22+
href: https://azure.microsoft.com/pricing/details/content-understanding/
23+
- name: FAQ
24+
displayName: FAQ, definition, updates, previews
25+
href: faq.yml
26+
- name: Glossary
27+
displayName: glossary, definition, updates, previews
28+
href: glossary.md
29+
- name: "AI Foundry: Content Understanding"
30+
items:
31+
- name: Quickstart
32+
displayName: quickstart, extract, text, images, OCR, optical character recognition
33+
href: quickstart/use-ai-foundry.md
34+
- name: Analyzer templates
35+
displayName: analyzer, templates, document, text, images, video, audio, multimodal, visual, structured, content, field, extraction
36+
href: concepts/analyzer-templates.md
37+
- name: Analyzers
38+
items:
39+
- name: "Quickstart"
40+
displayName: quickstart, extract, text, images, OCR, optical character recognition, content filtering, filter
41+
href: quickstart/use-rest-api.md
42+
- name: Modalities
43+
items:
44+
- name: Document
45+
items:
46+
- name: Overview
47+
displayName: document, text, images, video, audio, visual, structured, content, field, extraction
48+
href: document/overview.md
49+
- name: Elements 🆕
50+
displayName: document, text, images, video, audio, visual, structured, content, field, extraction
51+
href: document/elements.md
52+
- name: xMarkdown 🆕
53+
displayName: document, text, images, video, audio, visual, structured, content, field, extraction
54+
href: document/markdown.md
55+
- name: Image
56+
displayName: image, OCR, optical character recognition, text, extraction, analysis, detection, recognition, model
57+
href: image/overview.md
58+
- name: Audio
59+
displayName: speech, audio, voice, recognition, synthesis, speaker, identification, verification, diarization, transcription, translation, language, understanding, sentiment, analysis, emotion, detection, pronunciation, model
60+
href: audio/overview.md
61+
- name: Video
62+
href: video/overview.md
63+
displayName: video, audio, voice, recognition, synthesis, speaker, identification, verification, diarization, transcription, translation, language, understanding, sentiment, analysis, emotion, detection, pronunciation, model
64+
- name: Concepts
65+
items:
66+
- name: Prebuilt analyzers 🆕
67+
displayName: analyzer, templates, document, text, images, video, audio, multimodal, visual, structured, content, field, extraction
68+
href: concepts/prebuilt-analyzers.md
69+
- name: "Modes: standard and pro 🆕"
70+
displayName: standard, pro, modes, analyzers, optimization, fields
71+
href: concepts/standard-pro-modes.md
72+
- name: Best practices
73+
displayName: best practices, analyzers, optimization, fields
74+
href: concepts/best-practices.md
75+
- name: Tutorials
76+
items:
77+
- name: Create a custom analyzer 🆕
78+
displayName: custom, analyzer, document, text, images, video, audio, multimodal, visual, structured, content, field, extraction
79+
href: tutorial/create-custom-analyzer.md
80+
- name: Build a retrieval-augmented solution
81+
displayName: RAG, retrieval, augmented, generation, knowledge, base, search, index, vector
82+
href: tutorial/build-rag-solution.md
83+
- name: Classifiers 🆕
4384
items:
4485
- name: Overview
45-
displayName: document, text, images, video, audio, visual, structured, content, field, extraction
46-
href: document/overview.md
47-
- name: Document elements
48-
displayName: document, text, images, video, audio, visual, structured, content, field, extraction
49-
href: document/elements.md
50-
- name: Markdown elements
51-
displayName: document, text, images, video, audio, visual, structured, content, field, extraction
52-
href: document/markdown.md
53-
- name: Image
54-
displayName: image, OCR, optical character recognition, text, extraction, analysis, detection, recognition, model
55-
href: image/overview.md
56-
- name: Audio
57-
displayName: speech, audio, voice, recognition, synthesis, speaker, identification, verification, diarization, transcription, translation, language, understanding, sentiment, analysis, emotion, detection, pronunciation, model
58-
href: audio/overview.md
59-
- name: Video
60-
href: video/overview.md
61-
displayName: video, audio, voice, recognition, synthesis, speaker, identification, verification, diarization, transcription, translation, language, understanding, sentiment, analysis, emotion, detection, pronunciation, model
62-
- name: Face
63-
displayName: face, recognition, detection, analysis, identification, verification
64-
href: face/overview.md
65-
- name: Concepts
66-
items:
67-
- name: Best practices
68-
displayName: best practices, analyzers, optimization, fields
69-
href: concepts/best-practices.md
70-
- name: "🆕 Modes: standard and pro"
71-
displayName: standard, pro, modes, analyzers, optimization, fields
72-
href: concepts/standard-pro-modes.md
73-
- name: 🆕 Classifier
74-
displayName: classifier, text, images, video, audio, multimodal, visual, structured, content, field, extraction
75-
href: concepts/classifier.md
76-
- name: 🆕 Prebuilt analyzers
77-
displayName: analyzer, templates, document, text, images, video, audio, multimodal, visual, structured, content, field, extraction
78-
href: concepts/prebuilt-analyzers.md
79-
- name: Tutorials
80-
items:
81-
- name: Create a custom analyzer
82-
displayName: custom, analyzer, document, text, images, video, audio, multimodal, visual, structured, content, field, extraction
83-
href: tutorial/create-custom-analyzer.md
84-
- name: Build a person directory
85-
displayName: person, directory, search, index, vector
86-
href: tutorial/build-person-directory.md
87-
- name: Responsible AI
88-
items:
89-
- name: Transparency note
90-
href: /legal/cognitive-services/content-understanding/transparency-note?toc=/azure/ai-services/content-understanding/toc.json&bc=/azure/ai-services/content-understanding/breadcrumb/toc.json
91-
- name: Data, privacy, and security
92-
href: /legal/cognitive-services/content-understanding/data-privacy?toc=/azure/ai-services/content-understanding/toc.json&bc=/azure/ai-services/content-understanding/breadcrumb/toc.json
93-
- name: Reference
94-
items:
95-
- name: REST API
96-
displayName: quota, tiers, throttle, max, adjustments, requests, support, ocr
97-
href: /rest/api/contentunderstanding/operation-groups?view=rest-contentunderstanding-2024-12-01-preview&preserve-view=true
98-
86+
displayName: classifier, text, images, video, audio, multimodal, visual, structured, content, field, extraction
87+
href: concepts/classifier.md
88+
- name: Face 🆕
89+
items:
90+
- name: Overview
91+
displayName: face, recognition, detection, analysis, identification, verification
92+
href: face/overview.md
93+
- name: "Tutorial: Build a person directory"
94+
displayName: person, directory, search, index, vector
95+
href: tutorial/build-person-directory.md
96+
- name: Responsible AI
97+
items:
98+
- name: Transparency note
99+
href: /legal/cognitive-services/content-understanding/transparency-note?toc=/azure/ai-services/content-understanding/toc.json&bc=/azure/ai-services/content-understanding/breadcrumb/toc.json
100+
- name: Data, privacy, and security
101+
href: /legal/cognitive-services/content-understanding/data-privacy?toc=/azure/ai-services/content-understanding/toc.json&bc=/azure/ai-services/content-understanding/breadcrumb/toc.json
102+
- name: Reference
103+
items:
104+
- name: REST API
105+
displayName: quota, tiers, throttle, max, adjustments, requests, support, ocr
106+
href: /rest/api/contentunderstanding/operation-groups

0 commit comments

Comments
 (0)