Skip to content

Commit 78a5834

Browse files
author
Darren Cohen
committed
Address Eric's PR comments and other minor changes
1 parent 763268d commit 78a5834

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

articles/cognitive-services/Speech-Service/includes/release-notes/release-notes-sdk.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,20 +17,19 @@ ms.author: eur
1717

1818
* Embedded (on-device) Speech Recognition now supports both 8 and 16 kHz sampling rate input audio (16-bit per sample, mono PCM).
1919
* Speech Synthesis now reports connection, network and service latencies in the result to help end-to-end latency optimization.
20-
* Intent Recognition with simple patter matching has a new tie breaking priority around bytes matched. More bytes matched will break ties. Example: Pattern "Click {something} in the top right" will win over "Click {something}"
20+
* New tiebreaking rules for [Intent Recognition with simple pattern matching](../../how-to-use-simple-language-pattern-matching.md). The more characters that are matched will win over pattern matches with lower character count. Example: Pattern "Click {something} in the top right" will win over "Click {something}"
21+
* [Intent Recognition with with Conversational Language Understanding (CLU)](../../get-started-intent-recognition-clu.md): The JSON result is now available via the property ID `LanguageUnderstandingServiceResponse_JsonResult`.
2122

2223
#### Bug fixes
2324

2425
* Speech Synthesis: fix a bug where the emoji is not correct in word boundary events.
25-
* Intent Recognition with with Conversational Language Understanding (CLU)
26-
* Intents from the Orchestrator level should appear correctly.
27-
* CLU json will appear with the LanguageUnderstandingServiceResponse_JsonResult propertyId.
26+
* [Intent Recognition with with Conversational Language Understanding (CLU)](../../get-started-intent-recognition-clu.md): Intents from the Orchestrator level should appear correctly.
2827
* Speech recognition with keyword activation: Fix for missing ~150ms audio after a keyword recognition.
29-
* Fix for Speech SDK NuGet iOS MAUI Release build ([customer issue](https://github.com/Azure-Samples/cognitive-services-speech-sdk/issues/1835))
28+
* Fix for Speech SDK NuGet iOS MAUI Release build, reported by customer ([GitHub issue](https://github.com/Azure-Samples/cognitive-services-speech-sdk/issues/1835))
3029

3130
#### Samples
3231

33-
* Fix for Swift iOS sample ([customer issue](https://github.com/Azure-Samples/cognitive-services-speech-sdk/issues/1759))
32+
* Fix for Swift iOS sample, reported by customer ([GitHub issue](https://github.com/Azure-Samples/cognitive-services-speech-sdk/issues/1759))
3433

3534

3635
### Speech SDK 1.25.0: January 2023 release

articles/cognitive-services/Speech-Service/releasenotes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ Azure Cognitive Service for Speech is updated on an ongoing basis. To stay up-to
1919

2020
## Recent highlights
2121

22-
* Custom Speech-to-Text container disconnected mode was released in January 2023.
2322
* Speech SDK 1.26.0 was released in March 2023.
23+
* Custom Speech-to-Text container disconnected mode was released in January 2023.
2424
* Text-to-speech Batch synthesis API is available in public preview.
2525
* Speech-to-text REST API version 3.1 is generally available.
2626
* Speech-to-text and text-to-speech container versions were updated in October 2022.

0 commit comments

Comments
 (0)