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/quickstarts/intent-recognition-clu/cpp.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -155,7 +155,7 @@ RECOGNIZED: Text=Turn on the lights.
155
155
```
156
156
157
157
> [!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.
159
159
160
160
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%).
Copy file name to clipboardExpand all lines: articles/cognitive-services/Speech-Service/includes/quickstarts/intent-recognition-clu/csharp.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -139,7 +139,7 @@ RECOGNIZED: Text=Turn on the lights.
139
139
```
140
140
141
141
> [!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.
143
143
144
144
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%).
0 commit comments