Skip to content

Commit a25f907

Browse files
committed
Fixing acrolynx scores
1 parent 39b1df5 commit a25f907

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
2-
author: eric-urban
2+
author: goergenj
33
manager: nitinme
44
ms.service: azure-ai-speech
55
ms.topic: include
6-
ms.date: 03/08/2023
7-
ms.author: eur
6+
ms.date: 07/09/2025
7+
ms.author: jagoerge
88
---
99

1010
> [!IMPORTANT]
11-
> Intent recognition in Azure AI Speech will be retired on September 30th 2025. Your applications won't be able to use intent recognition directly via Azure AI Speech after this date. However, you will still be able to perform intent recognition using Azure AI Language Service or Azure OpenAI.
11+
> Intent recognition in Azure AI Speech is being retired on September 30,2025. Your applications won't be able to use intent recognition directly via Azure AI Speech after this date. However, you're still able to perform intent recognition using Azure AI Language Service or Azure OpenAI.
1212
>
1313
> This change doesn't affect other Azure AI Speech capabilities such as [speech to text](../speech-to-text.md) (including no change to speaker diarization), [text to speech](../text-to-speech.md), and [speech translation](../speech-translation.md).

articles/ai-services/speech-service/pattern-matching-overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,12 +81,12 @@ When an entity of type ID "List" is used in "Strict" mode, the engine only match
8181
8282
> "take me to floor 5" will not.
8383
84-
It's important to note that the entire Intent won't match, not just the entity.
84+
It's important to note that the entire Intent doesn't match, not just the entity.
8585

8686
When an entity of type ID "List" is used in "Fuzzy" mode, the engine still matches the intent, and returns the text that appeared in the slot in the utterance, even if it's not in the list. This match is useful behind the scenes to help make the speech recognition better.
8787

8888
> [!WARNING]
89-
> Fuzzy list entities are implemented, but not integrated into the speech recognition part. Therefore, they will match entities, but not improve speech recognition.
89+
> Fuzzy list entities are implemented, but not integrated into the speech recognition part. Therefore, they'll match entities, but not improve speech recognition.
9090
9191
### Prebuilt Integer Entity
9292

0 commit comments

Comments
 (0)