From 2c2ee227d74b4df129946ae6f8ae8ea9c8de671b Mon Sep 17 00:00:00 2001 From: Suhas Mehta Date: Wed, 22 Jul 2020 09:18:42 -0700 Subject: [PATCH] Added text as a required property in sentenceSentiment (#10179) For stable/v3.0/TextAnalytics.json, added text as a required property in sentenceSentiment. --- .../data-plane/TextAnalytics/stable/v3.0/TextAnalytics.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/specification/cognitiveservices/data-plane/TextAnalytics/stable/v3.0/TextAnalytics.json b/specification/cognitiveservices/data-plane/TextAnalytics/stable/v3.0/TextAnalytics.json index 81ec70c74f6b..2d566abbda19 100644 --- a/specification/cognitiveservices/data-plane/TextAnalytics/stable/v3.0/TextAnalytics.json +++ b/specification/cognitiveservices/data-plane/TextAnalytics/stable/v3.0/TextAnalytics.json @@ -663,7 +663,8 @@ "sentiment", "confidenceScores", "offset", - "length" + "length", + "text" ], "properties": { "text": {