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
Copy file name to clipboardExpand all lines: articles/ai-services/content-understanding/quickstart/use-ai-foundry.md
+3-52Lines changed: 3 additions & 52 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,10 +37,10 @@ To get started, make sure you have the following:
37
37
38
38
In order to try out [the Content Understanding service in the AI Foundry](https://ai.azure.com/explore/aiservices/vision/contentunderstanding), you have to create a Content Understanding project. You can access Content Understanding from:
39
39
40
-
* The [AI Foundry home page](https://ai.azure.com/https://ai.azure.com/explore/aiservices)
40
+
* The [AI Foundry home page](https://ai.azure.com/)
41
41
:::image type="content" source="../media/quickstarts/foundry-home-page.png" alt-text="Screenshot of the AI Foundry home page.":::
42
42
43
-
* The [AI Services landing page]()
43
+
* The [AI Services landing page](https://ai.azure.com/https://ai.azure.com/explore/aiservices)
44
44
:::image type="content" source="../media/quickstarts/cu-ai-services-landing-page.png" alt-text="Screenshot of the AI Services landing page in AI Foundry.":::
45
45
46
46
Once on the Content Understanding page, select `Create a new Content Understanding Project`, shown below:
@@ -75,7 +75,7 @@ Now that everything is configured to get started, the following is a setep-by-st
75
75
76
76
:::image type="content" source="../media/analyzer-template/define-schema-upload.png" alt-text="Screenshot of upload step in user experience.":::
77
77
78
-
1. Next, the Content Understanding service will suggest analyzer templates based on your content type. For this example, select **Document analysis** to build your own schema tailored to the invoice scenario. When using your own data, select the analyzer template that best fits your needs, or create your own. See [Analyzer templates](#analyzer-templates) for a full list of available templates.
78
+
1. Next, the Content Understanding service will suggest analyzer templates based on your content type. Check out [Analyzer templates offered with Content Understanding](../concepts/analyzer-templates.md) for a full list of all templates offered for each modality. For this example, select **Document analysis** to build your own schema tailored to the invoice scenario. When using your own data, select the analyzer template that best fits your needs, or create your own. See [Analyzer templates](#analyzer-templates) for a full list of available templates.
79
79
80
80
1. Select **Create**.
81
81
@@ -106,55 +106,6 @@ Now that everything is configured to get started, the following is a setep-by-st
106
106
Now you've successfully built your first Content Understanding analyzer, and are ready to start extracting insights from your data. Check out [Quickstart: Azure AI Content Understanding REST APIs](./use-rest-api.md) to utilize the REST API to call your analyzer.
107
107
108
108
109
-
## Analyzer templates offered with Content Understanding
110
-
111
-
Content Understanding analyzer templates give you a head start by allowing you to build your analyzer without creating schemas from scratch. They're fully customizable, allowing you to adjust any fields in the schemas to better fit your needs. Learn more about the analyzer templates offered for each modality by viewing the tabs below.
112
-
113
-
The following analyzer templates are available for use in the [Azure AI Foundry Content Understanding experience](https://ai.azure.com/).
114
-
115
-
# [Document](#tab/document)
116
-
117
-
|Template| Description|
118
-
| ----|----|----|
119
-
|Document analysis |Analyze documents to extract text, layout, structured fields, and more.|
120
-
|Text analysis |Analyze texts and extract structured fields.|
121
-
122
-
:::image type="content" source="../media/analyzer-template/image-templates.png" alt-text="Screenshot of document analyzer template.":::
123
-
124
-
# [Image](#tab/image)
125
-
126
-
|Template| Description|
127
-
| ----|----|----|
128
-
|Image analysis |Analyze images and extract structured fields.|
129
-
|Retail inventory management |Retail inventory management for monitoring of products on shelves.|
130
-
|Defect detection |Identify potential defects in provided images of metal plates.|
131
-
132
-
:::image type="content" source="../media/analyzer-template/image-templates.png" alt-text="Screenshot of image analyzer template.":::
|Conversation summarization |Transcribe conversations and extract summaries.|
140
-
|Post call analytics |Analyze call center conversations to extract transcripts, summaries, sentiment, and more.|
141
-
142
-
143
-
:::image type="content" source="../media/analyzer-template/audio-templates.png" alt-text="Screenshot of audio analyzer template.":::
144
-
145
-
# [Video](#tab/video)
146
-
147
-
|Template| Description|
148
-
| ----|----|----|
149
-
|Video shot analysis |Analyze videos to extract transcript and structured fields for each shot.|
150
-
|Media asset management |Extract structured information from marketing videos, news content, broadcast media, television episodes, and film archives.|
151
-
|Advertising |Advertising analysis and moderation.|
152
-
153
-
154
-
:::image type="content" source="../media/analyzer-template/video-templates.png" alt-text="Screenshot of video analyzer template.":::
155
-
156
-
---
157
-
158
109
## Next steps
159
110
160
111
* In this quickstart, you learned how to create a Content Understanding analyzer using the Azure AI Foundry. To use the Content Understanding [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).
0 commit comments