Skip to content

Commit b096655

Browse files
authored
Merge pull request #1548 from bojunehsu/paulhsu/IgniteUpdate
Content Understanding Doc Tweaks
2 parents 26401c4 + 9b1b8a8 commit b096655

File tree

4 files changed

+13
-19
lines changed

4 files changed

+13
-19
lines changed

articles/ai-services/content-understanding/overview.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,10 @@ Common applications for Content Understanding include:
4646

4747
|Application|Description|Quickstart|
4848
|:---------|:----------|:----------|
49-
|Post-call analytics| Businesses and call centers can generate insights from call recordings to track key KPIs, improve product experience, generate business insights, create differentiated customer experiences, and answer queries faster and more accurately.| [**Post-call analytics quickstart**](quickstart/use-ai-foundry.md#audio-analyzer-templates) |
50-
|Media asset management| Software and media vendors can use Content Understanding to extract richer, targeted information from videos for media asset management solutions.| [**Media asset management quickstart**](quickstart/use-ai-foundry.md#video-analyzer-templates) |
51-
|Tax automation| Tax preparation companies can use Content Understanding to generate a unified view of information from various documents and create comprehensive tax returns.| [**Tax automation quickstart**](quickstart/use-ai-foundry.md#document-analyzer-templates) |
52-
|Chart understanding| Businesses can enhance chart understanding by automating the analysis and interpretation of various types of charts and diagrams using Content Understanding.| [**Chart understanding quickstart**](quickstart/use-ai-foundry.md#image-analyzer-templates) |
49+
|Post-call analytics| Businesses and call centers can generate insights from call recordings to track key KPIs, improve product experience, generate business insights, create differentiated customer experiences, and answer queries faster and more accurately.| [**Post-call analytics quickstart**](quickstart/use-ai-foundry.md?tabs=audio#analyzer-templates) |
50+
|Media asset management| Software and media vendors can use Content Understanding to extract richer, targeted information from videos for media asset management solutions.| [**Media asset management quickstart**](quickstart/use-ai-foundry.md?tabs=video#analyzer-templates) |
51+
|Tax automation| Tax preparation companies can use Content Understanding to generate a unified view of information from various documents and create comprehensive tax returns.| [**Tax automation quickstart**](quickstart/use-ai-foundry.md?tabs=document#analyzer-templates) |
52+
|Chart understanding| Businesses can enhance chart understanding by automating the analysis and interpretation of various types of charts and diagrams using Content Understanding.| [**Chart understanding quickstart**](quickstart/use-ai-foundry.md?tabs=image#analyzer-templates) |
5353

5454
See [Quickstart](quickstart/use-ai-foundry.md) for more examples.
5555

articles/ai-services/content-understanding/quickstart/use-ai-foundry.md

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,7 @@ Content Understanding analyzer templates give you a head start by allowing you t
7171

7272
The following analyzer templates are available for use in the [Azure AI Foundry Content Understanding experience](https://ai.azure.com/).
7373

74-
### Document analyzer templates
75-
76-
To follow are several of our document analyzer templates.
74+
# [Document](#tab/document)
7775

7876
|Template| Description|
7977
| ----|----|----|
@@ -82,9 +80,7 @@ To follow are several of our document analyzer templates.
8280

8381
:::image type="content" source="../media/analyzer-template/image-templates.png" alt-text="Screenshot of document analyzer template.":::
8482

85-
### Image analyzer templates
86-
87-
To follow are several of our image analyzer templates.
83+
# [Image](#tab/image)
8884

8985
|Template| Description|
9086
| ----|----|----|
@@ -94,9 +90,7 @@ To follow are several of our image analyzer templates.
9490

9591
:::image type="content" source="../media/analyzer-template/image-templates.png" alt-text="Screenshot of image analyzer template.":::
9692

97-
### Audio analyzer templates
98-
99-
To follow are several of our audio analyzer templates.
93+
# [Audio](#tab/audio)
10094

10195
|Template| Description|
10296
| ----|----|----|
@@ -107,9 +101,7 @@ To follow are several of our audio analyzer templates.
107101

108102
:::image type="content" source="../media/analyzer-template/audio-templates.png" alt-text="Screenshot of audio analyzer template.":::
109103

110-
### Video analyzer templates
111-
112-
To follow are several of our video analyzer templates.
104+
# [Video](#tab/video)
113105

114106
|Template| Description|
115107
| ----|----|----|
@@ -120,6 +112,8 @@ To follow are several of our video analyzer templates.
120112

121113
:::image type="content" source="../media/analyzer-template/video-templates.png" alt-text="Screenshot of video analyzer template.":::
122114

115+
---
116+
123117
## Next steps
124118

125119
* In this quickstart, you learned how to create an analyzer in Azure AI Foundry. To use [REST API](/rest/api/contentunderstanding/operation-groups?view=rest-contentunderstanding-2024-12-01-preview&preserve-view=true), *see* the [REST API quickstart](use-rest-api.md).

articles/ai-services/content-understanding/quickstart/use-rest-api.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -239,13 +239,13 @@ Before running the cURL command, make the following changes to the HTTP request:
239239

240240
### POST request
241241
```bash
242-
curl -i -X POST "{endpoint}/contentunderstanding/analyzers/{analyzerId}:analyze?stringEncoding=codePoint&api-version=2024-12-01-preview" \
242+
curl -i -X POST "{endpoint}/contentunderstanding/analyzers/{analyzerId}:analyze?api-version=2024-12-01-preview" \
243243
-H "Ocp-Apim-Subscription-Key: {key}" \
244244
-H "Content-Type: application/json" \
245245
-d "{\"url\":\"{fileUrl}\"}"
246246
```
247247

248-
### POST responseH
248+
### POST response
249249

250250
The 202 (`Accepted`) response includes an `Operation-Location` header containing a URL that you can use to track the status of this asynchronous analyze operation.
251251

articles/ai-services/content-understanding/video/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Content extraction for video includes transcription, shot detection, key frame e
4848
* **Shot detection**: Identifies segments of the video aligned with shot boundaries where possible, allowing for precise editing and repackaging of content with breaks exactly on shot boundaries.
4949
* **Key frame extraction**: Extracts key frames from videos to represent each shot completely, ensuring each shot has enough key frames to enable Field Extraction to work effectively.
5050
* **Face grouping**: Grouped faces appearing in a video to extract one representative face image for each person and provides segments where each one is present. The grouped face data is available as metadata and can be used to generate customized metadata fields.
51-
* This feature is limited access and involves face identification and grouping; customers need to register for access at [Face Recognition](https://aka.ms/facerecognition).
51+
* This feature is limited access and involves face identification and grouping; customers need to register for access at [Face Recognition](https://aka.ms/facerecognition).
5252

5353
### Field extraction
5454

0 commit comments

Comments
 (0)