You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/cognitive-services/Speech-Service/includes/release-notes/release-notes-sdk.md
+5-6Lines changed: 5 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,20 +17,19 @@ ms.author: eur
17
17
18
18
* Embedded (on-device) Speech Recognition now supports both 8 and 16 kHz sampling rate input audio (16-bit per sample, mono PCM).
19
19
* 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`.
21
22
22
23
#### Bug fixes
23
24
24
25
* 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.
28
27
* Speech recognition with keyword activation: Fix for missing ~150ms audio after a keyword recognition.
0 commit comments