Skip to content

Commit 75f1da4

Browse files
committed
clu updates 1.26
1 parent 5955427 commit 75f1da4

File tree

2 files changed

+2
-2
lines changed
  • articles/cognitive-services/Speech-Service/includes/quickstarts/intent-recognition-clu

2 files changed

+2
-2
lines changed

articles/cognitive-services/Speech-Service/includes/quickstarts/intent-recognition-clu/cpp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ RECOGNIZED: Text=Turn on the lights.
155155
```
156156

157157
> [!NOTE]
158-
> Support for the JSON response for CLY via the LanguageUnderstandingServiceResponse_JsonResult property was added in the Speech SDK version 1.26.
158+
> Support for the JSON response for CLU via the LanguageUnderstandingServiceResponse_JsonResult property was added in the Speech SDK version 1.26.
159159
160160
The intents are returned in the probability order of most likely to least likely. Here's a formatted version of the JSON output where the `topIntent` is `HomeAutomation.TurnOn` with a confidence score of 0.97712576 (97.71%). The second most likely intent might be `HomeAutomation.TurnOff` with a confidence score of 0.8985081 (84.31%).
161161

articles/cognitive-services/Speech-Service/includes/quickstarts/intent-recognition-clu/csharp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ RECOGNIZED: Text=Turn on the lights.
139139
```
140140

141141
> [!NOTE]
142-
> Support for the JSON response for CLY via the LanguageUnderstandingServiceResponse_JsonResult property was added in the Speech SDK version 1.26.
142+
> Support for the JSON response for CLU via the LanguageUnderstandingServiceResponse_JsonResult property was added in the Speech SDK version 1.26.
143143
144144
The intents are returned in the probability order of most likely to least likely. Here's a formatted version of the JSON output where the `topIntent` is `HomeAutomation.TurnOn` with a confidence score of 0.97712576 (97.71%). The second most likely intent might be `HomeAutomation.TurnOff` with a confidence score of 0.8985081 (84.31%).
145145

0 commit comments

Comments
 (0)