Skip to content

Commit 1928a69

Browse files
authored
Merge pull request #4988 from MicrosoftDocs/release-preview-2-cu
release-preview-2-cu -> main -- 05/19/2025 - 10:00 AM PT
2 parents 930f1da + 2f47adb commit 1928a69

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+2655
-1464
lines changed

articles/ai-services/.openpublishing.redirection.ai-services.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1149,6 +1149,22 @@
11491149
"source_path_from_root": "/articles/ai-services/speech-service/how-to-async-meeting-transcription.md",
11501150
"redirect_url": "/azure/ai-services/speech-service/multi-device-conversation",
11511151
"redirect_document_id": false
1152+
},
1153+
{
1154+
"source_path_from_root": "/articles/ai-services/content-understanding/concepts/capabilities.md",
1155+
"redirect_url": "/azure/ai-services/content-understanding/concepts/analyzer-templates",
1156+
"redirect_document_id": true
1157+
},
1158+
{
1159+
"source_path_from_root": "/articles/ai-services/content-understanding/concepts/retrieval-augmented-generation.md",
1160+
"redirect_url": "/azure/ai-services/content-understanding/tutorial/build-rag-solution",
1161+
"redirect_document_id": true
1162+
},
1163+
{
1164+
"source_path_from_root": "/articles/ai-services/content-understanding/concepts/accuracy-confidence.md",
1165+
"redirect_url": "/azure/ai-services/content-understanding/concepts/best-practices",
1166+
"redirect_document_id": true
11521167
}
1168+
11531169
]
11541170
}

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

Lines changed: 245 additions & 31 deletions
Large diffs are not rendered by default.

articles/ai-services/content-understanding/concepts/accuracy-confidence.md

Lines changed: 0 additions & 57 deletions
This file was deleted.

articles/ai-services/content-understanding/concepts/analyzer-templates.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,10 @@ ms.author: kabrow
77
manager: nitinme
88
ms.service: azure-ai-content-understanding
99
ms.topic: overview
10-
ms.date: 05/01/2025
11-
ms.custom: ignite-2024-understanding-release
10+
ms.date: 05/19/2025
1211
---
1312

14-
# Analyzer templates offered with Content Understanding
13+
# Analyzer templates offered with Azure AI Content Understanding
1514

1615
Content Understanding analyzer templates give you a head start in developing your Content Understanding solution by allowing you to build your analyzer without creating schemas from scratch.
1716
There are analyzer templates specific to common scenarios in each modality, such as call center audio analytics and advertising analysis for videos. Templates are also fully customizable, allowing you to adjust any

articles/ai-services/content-understanding/concepts/best-practices.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ ms.author: jfilcik
77
manager: nitinme
88
ms.service: azure-ai-content-understanding
99
ms.topic: overview
10-
ms.date: 02/24/2025
10+
ms.date: 05/19/2025
1111
---
1212

13-
# Best practices for Content Understanding
13+
# Best practices for Azure AI Content Understanding
1414

1515
Azure AI Content Understanding is an innovative Generative AI service designed to facilitate the precise and accurate analysis of extensive data sets. The service processes various content modalities, including documents, images, videos, and audio, transforming them into user-specified output formats.
1616

@@ -87,4 +87,17 @@ When you're working with audio and video content, selecting a narrow set of lang
8787

8888
By default, Content Extraction information such as speech transcripts, document text extracted by `OCR`, and video key frames can be accessed directly from the analyzer output for immediate review or custom processing. There's no need to define a field in the schema for these items. Fields can be used when more processing is needed, for example, summarizing transcripts, identifying entities, or extracting specific items from `OCR`. Each field can instruct the system to extract or generate the content you need.
8989

90+
## Classifier category names and descriptions
91+
92+
To improve the classifier and splitting accuracy, it's important to give a good category name and description with context.
93+
94+
#####   ***Example 8***
95+
96+
* For category names, make sure to use common titles (ex. Annual Financial Report, SEC Form 10-K).
97+
98+
* For category descriptions, make sure to give context that distinguishes one category from another.
99+
100+
* Semantic definition: for example, `receipts for expense reporting`
101+
* Key content: any content that can uniquely identify a category, such as `2025` on tax forms to distinguish from older tax forms
102+
* Common layout: layout that is distinguishable from others, such as `two-column form` or filled/unfilled checkbox
90103

0 commit comments

Comments
 (0)