You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- content: "What kinds of AI solution is Azure AI Content Understanding designed to help you build?"
17
-
choices:
18
-
- content: "Chatbots that automatically translate between multiple spoken and written languages."
19
-
isCorrect: false
20
-
explanation: "Incorrect. Azure AI Content Understanding is not designed to build translation chatbots."
21
-
- content: "Analyzers that extract information from documents, images, videos, and audio files."
22
-
isCorrect: true
23
-
explanation: "Correct. Azure AI Content Understanding is designed to build content analyzers."
24
-
- content: "Image generators that create visualizations based on descriptions."
25
-
isCorrect: false
26
-
explanation: "Incorrect. Azure AI Content Understanding is not designed to build image generators."
27
-
- content: "Which graphical tool should you use to create an Azure AI Content Understanding project?"
28
-
choices:
29
-
- content: "Microsoft Visual Studio."
30
-
isCorrect: false
31
-
explanation: "Incorrect. While you could use the REST API from Visual Studio to create a Content Understanding analyzer, it is not the best tool for creating a project."
32
-
- content: "Azure Machine Learning studio."
33
-
isCorrect: false
34
-
explanation: "Incorrect. Azure Machine learning studio is not a tool for working with Content Udnerstanding projects."
35
-
- content: "Azure AI Foundry portal."
36
-
isCorrect: true
37
-
explanation: "Correct. Azure AI Foundry portal provides a visual interface for creating Content Understanding projects."
38
-
- content: "After creating a Content Understanding project, what should you define for the information you want to extract from content?"
39
-
choices:
40
-
- content: "A schema."
41
-
isCorrect: true
42
-
explanation: "Correct. A schema is used to define the information your analyzer will extract."
43
-
- content: "An index."
44
-
isCorrect: false
45
-
explanation: "Incorrect. You do not need to create an index for a Content Understanding analyzer."
46
-
- content: "A cluster."
47
-
isCorrect: false
48
-
explanation: "Incorrect. You do not need to create a cluster to use Content Understanding."
49
-
1
+
### YamlMime:ModuleUnit
2
+
uid: learn.wwl.analyze-content-ai.knowledge-check
3
+
title: Module assessment
4
+
metadata:
5
+
title: Module assessment
6
+
description: Check your knowledge.
7
+
author: wwlpublish
8
+
ms.author: gmalc
9
+
ms.date: 05/15/2025
10
+
ms.topic: unit
11
+
ms.collection:
12
+
- wwl-ai-copilot
13
+
durationInMinutes: 3
14
+
quiz:
15
+
questions:
16
+
- content: "What kinds of AI solution is Azure AI Content Understanding designed to help you build?"
17
+
choices:
18
+
- content: "Chatbots that automatically translate between multiple spoken and written languages."
19
+
isCorrect: false
20
+
explanation: "Incorrect. Azure AI Content Understanding isn't designed to build translation chatbots."
21
+
- content: "Analyzers that extract information from documents, images, videos, and audio files."
22
+
isCorrect: true
23
+
explanation: "Correct. Azure AI Content Understanding is designed to build content analyzers."
24
+
- content: "Image generators that create visualizations based on descriptions."
25
+
isCorrect: false
26
+
explanation: "Incorrect. Azure AI Content Understanding is not designed to build image generators."
27
+
- content: "Which graphical tool should you use to create an Azure AI Content Understanding project?"
28
+
choices:
29
+
- content: "Microsoft Visual Studio."
30
+
isCorrect: false
31
+
explanation: "Incorrect. While you could use the REST API from Visual Studio to create a Content Understanding analyzer, it isn't the best tool for creating a project."
32
+
- content: "Azure Machine Learning studio."
33
+
isCorrect: false
34
+
explanation: "Incorrect. Azure Machine Learning studio isn't a tool for working with Content Understanding projects."
35
+
- content: "Azure AI Foundry portal."
36
+
isCorrect: true
37
+
explanation: "Correct. Azure AI Foundry portal provides a visual interface for creating Content Understanding projects."
38
+
- content: "What should you define for the information you want to extract from content?"
39
+
choices:
40
+
- content: "A schema."
41
+
isCorrect: true
42
+
explanation: "Correct. A schema is used to define the information your analyzer will extract."
43
+
- content: "An index."
44
+
isCorrect: false
45
+
explanation: "Incorrect. You don't need to create an index for a Content Understanding analyzer."
46
+
- content: "A cluster."
47
+
isCorrect: false
48
+
explanation: "Incorrect. You don't need to create a cluster to use Content Understanding."
Copy file name to clipboardExpand all lines: learn-pr/wwl-data-ai/analyze-content-ai/includes/01-introduction.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,9 @@ Organizations today rely on information that is often locked up in content asset
2
2
3
3
Azure AI Content Understanding is a multimodal service that simplifies the creation of AI-powered analyzers that can extract information from content in practically any format.
4
4
5
-
In this module, you'll explore the capabilities of Azure AI Content Understanding, and learn how to use it to build and consume analyzers.
5
+

6
+
7
+
In this module, you'll explore the capabilities of Azure AI Content Understanding, and learn how to use it to build custom analyzers.
6
8
7
9
> [!NOTE]
8
10
> Azure AI Content Understanding is currently in public preview. Details described in this module are subject to change.
Copy file name to clipboardExpand all lines: learn-pr/wwl-data-ai/analyze-content-ai/includes/02-content-understanding.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,6 +29,6 @@ Analysis of audio enables you to automate tasks like summarizing conference call
29
29
30
30
### Video
31
31
32
-
Video accounts for a large volume of the data captured today, and you can use Content Understanding to analyze and extract insights from video to support many scenarios. For example, to summarize and extract key points from presentations or to detect the presence of specific activity in security footage.
32
+
Video accounts for a large volume of the data captured today, and you can use Content Understanding to analyze and extract insights from video to support many scenarios. For example, to extract key points from video conference recordings, to summarize presentations, or to detect the presence of specific activity in security footage.
33
33
34
34

Copy file name to clipboardExpand all lines: learn-pr/wwl-data-ai/analyze-content-ai/includes/03-create-analyzer.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,31 +4,31 @@ The high-level process for creating a Content Understanding solution includes th
4
4
5
5

6
6
7
-
1.Provision an Azure AI services resource.
8
-
1. Define a schema for the information to be extracted. This can be based on a content sample and an analyzer template.
7
+
1.Create an Azure AI services resource.
8
+
1. Define a Content Understanding schema for the information to be extracted. This can be based on a content sample and an analyzer template.
9
9
1. Build an analyzer based on the completed schema.
10
-
1. Use the Content Understanding REST interface to submit new content for analysis and retrieve the extracted data.
10
+
1. Use the analyzer to extract or generate fields from new content.
11
11
12
12
Numerous analyzer templates are provided to help you develop an appropriate analyzer for your needs quickly. Additionally, because of the generative AI capabilities of Content Understanding, you can use minimal training data to define a schema by example. In many cases, the service accurately identifies the data values in the sample content that map to the schema elements automatically, though you can also explicitly label fields in content such as documents to improve the performance of your analyzer.
13
13
14
14
## Creating an analyzer with Azure AI Foundry
15
15
16
-
While you can provision an Azure AI services resource and develop a complete Content Understanding solution through the REST API, the preferred approach for AI development projects is to use Azure AI Foundry. Specifically, you can use the Azure AI Foundry portal to create a Content Understanding project, define a schema, and build and test an analyzer.
16
+
While you can provision an Azure AI services resource and develop a complete Content Understanding solution through the REST API, the preferred approach for AI development projects is to use Azure AI Foundry. Specifically, you can use the Azure AI Foundry portal to create a project, define a Content Understanding schema, and build and test an analyzer.
17
17
18
18
### Creating a Content Understanding project
19
19
20
-
In Azure AI Foundry, you can create a Content Understanding project in an existing AI hub, or you can create a new hub as you create the project. In addition to the AI hub itself, creating a hub provisions the Azure resources needed to support one or more projects; including an Azure AI services resource, storage, and a key vault resource to store sensitive details like credentials and keys.
20
+
In Azure AI Foundry, you can create a project in an existing AI hub, or you can create a new hub as you create the project. In addition to the AI hub itself, creating a hub provisions the Azure resources needed to support one or more projects; including an Azure AI services resource, storage, and a key vault resource to store sensitive details like credentials and keys.
21
21
22
-

22
+

23
23
24
24
> [!NOTE]
25
-
> Content Understanding projects can only be created in Azure locations where the service is supported. When creating a new hub as part of a new Content Understanding project, only supported locations are listed. For more information, see **[Content Understanding region and language support](/azure/ai-services/content-understanding/language-region-support)**.
25
+
> Content Understanding schemas can only be created in Azure locations where the service is supported. For more information, see **[Content Understanding region and language support](/azure/ai-services/content-understanding/language-region-support)**.
26
26
27
27
### Defining a schema
28
28
29
29
After creating a project, the first step in building an analyzer is to define a schema for the content the analyzer will process, and the information it will extract. Azure AI Foundry provides a schema editor interface in which you can upload a file (document, image, audio, or video) on which the schema should be based. You can then apply an appropriate schema template and define the specific fields you want the analyzer to identify.
30
30
31
-
[](../media/define-schema-large.png)
31
+

32
32
33
33
> [!NOTE]
34
34
> The templates and field types available in a schema depend on the content type of the file on which the schema is based. Some content types support additional optional functionality, such as extracting barcodes and formulae from text in documents. For more information about using Content Understanding with different content types, see the following articles in the product documentation:
@@ -40,9 +40,9 @@ After creating a project, the first step in building an analyzer is to define a
40
40
41
41
### Testing
42
42
43
-
You can test the analyzer schema at any time during the development process by running analysis on the sample file used to define the schema or other uploaded files. The test results include the extracted field values as well as the JSON format output returned by the analyzer to client applications.
43
+
You can test the analyzer schema at any time during the development process by running analysis on the sample file used to define the schema or other uploaded files. The test results include the extracted field values and the JSON format output returned by the analyzer to client applications.
44
44
45
-

45
+

0 commit comments