Skip to content

Commit 9c647d2

Browse files
committed
json fix
1 parent dbfdb0f commit 9c647d2

File tree

1 file changed

+2
-2
lines changed
  • articles/cognitive-services/language-service/custom-text-classification/includes/rest-api

1 file changed

+2
-2
lines changed

articles/cognitive-services/language-service/custom-text-classification/includes/rest-api/get-results.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ms.service: cognitive-services
55
ms.subservice: language-service
66
ms.custom: event-tier1-build-2022
77
ms.topic: include
8-
ms.date: 06/14/2022
8+
ms.date: 09/28/2022
99
ms.author: aahi
1010
---
1111

@@ -99,7 +99,7 @@ The response will be a JSON document with the following parameters.
9999
"documents": [
100100
{
101101
"id": "{DOC-ID}",
102-
"classes": [
102+
"class": [
103103
{
104104
"category": "Class_1",
105105
"confidenceScore": 0.0551877357

0 commit comments

Comments
 (0)