Skip to content

Commit f253903

Browse files
authored
Update use-ai-foundry.md
Removing analyzer templates section and referencing it in concepts page.
1 parent ad56891 commit f253903

File tree

1 file changed

+3
-52
lines changed

1 file changed

+3
-52
lines changed

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

Lines changed: 3 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@ To get started, make sure you have the following:
3737
3838
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:
3939

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/)
4141
:::image type="content" source="../media/quickstarts/foundry-home-page.png" alt-text="Screenshot of the AI Foundry home page.":::
4242

43-
* The [AI Services landing page]()
43+
* The [AI Services landing page](https://ai.azure.com/https://ai.azure.com/explore/aiservices)
4444
:::image type="content" source="../media/quickstarts/cu-ai-services-landing-page.png" alt-text="Screenshot of the AI Services landing page in AI Foundry.":::
4545

4646
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
7575

7676
:::image type="content" source="../media/analyzer-template/define-schema-upload.png" alt-text="Screenshot of upload step in user experience.":::
7777

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.
7979

8080
1. Select **Create**.
8181

@@ -106,55 +106,6 @@ Now that everything is configured to get started, the following is a setep-by-st
106106
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.
107107

108108

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.":::
133-
134-
# [Audio](#tab/audio)
135-
136-
|Template| Description|
137-
| ----|----|----|
138-
|Audio transcription |Transcribe audio recordings.|
139-
|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-
158109
## Next steps
159110

160111
* 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

Comments
 (0)