We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbfdb0f commit 9c647d2Copy full SHA for 9c647d2
articles/cognitive-services/language-service/custom-text-classification/includes/rest-api/get-results.md
@@ -5,7 +5,7 @@ ms.service: cognitive-services
5
ms.subservice: language-service
6
ms.custom: event-tier1-build-2022
7
ms.topic: include
8
-ms.date: 06/14/2022
+ms.date: 09/28/2022
9
ms.author: aahi
10
---
11
@@ -99,7 +99,7 @@ The response will be a JSON document with the following parameters.
99
"documents": [
100
{
101
"id": "{DOC-ID}",
102
- "classes": [
+ "class": [
103
104
"category": "Class_1",
105
"confidenceScore": 0.0551877357
0 commit comments