Skip to content

Commit d530329

Browse files
authored
Merge pull request #1621 from laujan/add-rest-api
Add rest api
2 parents 34e96a6 + e8654a6 commit d530329

File tree

6 files changed

+20
-14
lines changed

6 files changed

+20
-14
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,9 @@ Content Understanding offers advanced audio capabilities, including:
6363

6464
Content Understanding offers customizable audio analyzer templates:
6565

66-
* **Post-call analytics**. Analyze call recordings to generate conversation transcripts, call summaries, sentiment assessments, and more.
66+
* **Post-call analysis**. Analyze call recordings to generate conversation transcripts, call summaries, sentiment assessments, and more.
6767

68-
* **Conversation summarization**. Generate transcriptions, summaries, and sentiment assessments from conversation audio recordings.
68+
* **Conversation analysis**. Generate transcriptions, summaries, and sentiment assessments from conversation audio recordings.
6969

7070
Start with a template or create a custom analyzer to meet your specific business needs.
7171

articles/ai-services/content-understanding/index.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ landingContent:
2020
- text: What is Azure AI Content Understanding?
2121
url: overview.md
2222
- text: Azure AI Content Understanding REST API
23-
url: /rest/api/aiservices/
23+
url: /rest/api/contentunderstanding/operation-groups?view=rest-contentunderstanding-2024-12-01-preview&preserve-view=true
2424
- text: FAQ
2525
url: faq.yml
2626

@@ -58,7 +58,7 @@ landingContent:
5858
- linkListType: whats-new
5959
links:
6060
- text: "What's new in Azure AI Content Understanding?"
61-
url: whats-new.md
61+
url: whats-new.md
6262

6363
- title: Reference
6464
linkLists:
@@ -68,6 +68,6 @@ landingContent:
6868
url: service-limits.md
6969
- text: Language and region support
7070
url: language-region-support.md
71-
7271

73-
72+
73+

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ To follow is an example of building an analyzer to extract key data from an invo
3535

3636
1. Upload a sample file of an invoice document or any other data relevant to your scenario.
3737

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

4040
1. Content Understanding suggests analyzer templates based on your content type. For this example, select **Document analysis** and 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 for a full list of available templates.
4141

@@ -122,5 +122,5 @@ To follow are several of our video analyzer templates.
122122

123123
## Next steps
124124

125-
* In this quickstart, you learned how to create an analyzer in Azure AI Foundry. To use [REST API](/rest/api/aiservices/), *see* the [REST API quickstart](use-rest-api.md).
125+
* 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).
126126

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ ms.date: 11/19/2024
1212

1313
# Quickstart: Azure AI Content Understanding REST APIs
1414

15-
* Start using the latest preview version of the Azure AI Content Understanding [REST API (2024-12-01-preview)](/rest/api/aiservices/).
15+
* Start using the latest preview version of the Azure AI Content Understanding [REST API (2024-12-01-preview)](/rest/api/contentunderstanding/operation-groups?view=rest-contentunderstanding-2024-12-01-preview&preserve-view=true).
1616

1717
* Azure AI Content Understanding is a new generative AI-based [**Azure AI Service**](../../what-are-ai-services.md) that analyzes files of any modality (documents, images, videos, and audio) and extracts structured output in user-defined field formats.
1818

1919
* Integrate the Content Understanding service into your workflows and applications easily by calling our REST APIs.
2020

21-
* This quickstart guides you through using the [Content Understanding REST API](/rest/api/aiservices/) to create a custom analyzer and extract content and fields from your input.
21+
* This quickstart guides you through using the [Content Understanding REST API](/rest/api/contentunderstanding/operation-groups?view=rest-contentunderstanding-2024-12-01-preview&preserve-view=true) to create a custom analyzer and extract content and fields from your input.
2222

2323
## Prerequisites
2424

@@ -542,6 +542,6 @@ The 200 (`OK`) JSON response includes a `status` field indicating the status of
542542

543543
## Next steps
544544

545-
* In this quickstart, you learned how to call the [REST API](/rest/api/aiservices/) to create a custom analyzer. For a user experience, try [**Azure AI Foundry**](https://ai.azure.com/).
545+
* In this quickstart, you learned how to call the [REST API](/rest/api/contentunderstanding/operation-groups?view=rest-contentunderstanding-2024-12-01-preview&preserve-view=true) to create a custom analyzer. For a user experience, try [**Azure AI Foundry**](https://ai.azure.com/).
546546

547547

articles/ai-services/content-understanding/service-limits.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ The following limits apply as of version 2024-12-01-preview.
9292
Classification fields can be defined to return either a single category (single-label classification) or multiple categories (multi-label classification).
9393

9494
* **Single-label classification**: Defined using a string field with the `classify` method. It can be a top-level basic field or a subfield within a group or table.
95-
* **Multi-label classification**: Represented as a list of string fields with the `classify` method. In the [REST API](/rest/api/aiservices/), `method=classify` and `enum` are specified on the inner string field and can only be a top-level field.
95+
* **Multi-label classification**: Represented as a list of string fields with the `classify` method. In the [REST API](/rest/api/contentunderstanding/operation-groups?view=rest-contentunderstanding-2024-12-01-preview&preserve-view=true), `method=classify` and `enum` are specified on the inner string field and can only be a top-level field.
9696

9797
*Note: Document analyzers currently don't support classification fields.*
9898

articles/ai-services/content-understanding/toc.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,15 @@ items:
4646
- name: Video
4747
href: video/overview.md
4848
displayName: video, audio, voice, recognition, synthesis, speaker, identification, verification, diarization, transcription, translation, language, understanding, sentiment, analysis, emotion, detection, pronunciation, model
49-
- Name: Reference
49+
- name: Responsible AI
50+
items:
51+
- name: Transparency note
52+
href: /legal/cognitive-services/content-understanding/transparency-note?toc=/azure/ai-services/content-understanding/toc.json&bc=/azure/ai-services/content-understanding/breadcrumb/toc.json
53+
- name: Data, privacy, and security
54+
href: /legal/cognitive-services/content-understanding/data-privacy?toc=/azure/ai-services/content-understanding/toc.json&bc=/azure/ai-services/content-understanding/breadcrumb/toc.json
55+
- name: Reference
5056
items:
5157
- name: REST API
5258
displayName: quota, tiers, throttle, max, adjustments, requests, support, ocr
53-
href: /rest/api/aiservices/
59+
href: /rest/api/contentunderstanding/operation-groups?view=rest-contentunderstanding-2024-12-01-preview&preserve-view=true
5460

0 commit comments

Comments
 (0)