Skip to content

Commit 45245f3

Browse files
author
Darren Cohen
committed
Fixed following discussion with Chris
1 parent 78a5834 commit 45245f3

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,14 @@ 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-
* 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`.
20+
* New tiebreaking rules for [Intent Recognition with simple pattern matching](../../how-to-use-simple-language-pattern-matching.md). The more character bytes that are matched, will win over pattern matches with lower character byte count. Example: Pattern "Click {something} in the top right" will win over "Click {something}"
2221

2322
#### Bug fixes
2423

2524
* Speech Synthesis: fix a bug where the emoji is not correct in word boundary events.
26-
* [Intent Recognition with with Conversational Language Understanding (CLU)](../../get-started-intent-recognition-clu.md): Intents from the Orchestrator level should appear correctly.
25+
* [Intent Recognition with with Conversational Language Understanding (CLU)](../../get-started-intent-recognition-clu.md):
26+
* Intents from the CLU Orchestrator Workflow now appear correctly.
27+
* The JSON result is now available via the property ID `LanguageUnderstandingServiceResponse_JsonResult`.
2728
* Speech recognition with keyword activation: Fix for missing ~150ms audio after a keyword recognition.
2829
* 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))
2930

0 commit comments

Comments
 (0)