Skip to content

Commit d4f1b50

Browse files
Merge pull request #3955 from eric-urban/eur/content-assessment
content assessment retirement note
2 parents 4623baf + e3090eb commit d4f1b50

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

articles/ai-services/speech-service/how-to-pronunciation-assessment.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.custom:
1313
- ignite-2023
1414
- build-2024
1515
ms.topic: how-to
16-
ms.date: 3/10/2025
16+
ms.date: 4/7/2025
1717
ms.author: eur
1818
zone_pivot_groups: programming-languages-ai-services
1919
#Customer intent: As a developer, I want to implement pronunciation assessment on spoken language using a technology that works in my environment to gives feedback on accuracy and fluency.
@@ -1105,6 +1105,9 @@ This formula provides a weighted calculation based on the importance of each sco
11051105

11061106
## Content assessment
11071107

1108+
> [!IMPORTANT]
1109+
> Content assessment (preview) via the Speech SDK will be retired in July 2025. Instead, you can use the Azure OpenAI Service to get content assessment results as described in this section.
1110+
11081111
For some recognized speech, you might also want to get content assessment results for vocabulary, grammar, and topic relevance. You can use a chat model such as Azure OpenAI `gpt-4o` to get the content assessment results. For more information about using chat models, see [Azure OpenAI Service models](../openai/concepts/models.md) and the Azure AI Model Inference API [chat completions reference documentation](/rest/api/aifoundry/model-inference/get-chat-completions/get-chat-completions).
11091112

11101113
The user and system messages are used to set the context for the chat model. In the following example, the user message contains the essay to be assessed, and the system message provides instructions on how to evaluate the essay.

articles/ai-services/speech-service/includes/release-notes/release-notes-sdk.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ ms.date: 03/17/2025
66
ms.author: eur
77
---
88

9+
> [!IMPORTANT]
10+
> Content assessment (preview) via the Speech SDK will be retired in July 2025. Instead, you can use the Azure OpenAI Service to get content assessment results as described in the [content assessment documentation](../../how-to-pronunciation-assessment.md#content-assessment).
11+
912
### Speech SDK 1.43: 2025-March release
1013

1114
#### New features:

articles/ai-services/speech-service/releasenotes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
title: What's new - Speech service
33
titleSuffix: Azure AI services
4-
description: Find out about new releases and features for Azure AI Speech.
4+
description: Discover the latest updates, features, and improvements in Azure AI Speech, including SDK, CLI, and service releases.
55
manager: nitinme
66
author: eric-urban
77
ms.author: eur
88
ms.service: azure-ai-speech
99
ms.topic: release-notes
10-
ms.date: 3/10/2025
10+
ms.date: 4/7/2025
1111
ms.custom: references_regions
1212
# Customer intent: As a developer, I want to learn about new releases and features for Azure AI Speech.
1313
---

0 commit comments

Comments
 (0)