Skip to content

Commit 859628e

Browse files
suhas9200Kai0
authored andcommitted
Added text as a required property in sentenceSentiment (Azure#10179)
For stable/v3.0/TextAnalytics.json, added text as a required property in sentenceSentiment.
1 parent 86909c1 commit 859628e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

specification/cognitiveservices/data-plane/TextAnalytics/stable/v3.0/TextAnalytics.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -663,7 +663,8 @@
663663
"sentiment",
664664
"confidenceScores",
665665
"offset",
666-
"length"
666+
"length",
667+
"text"
667668
],
668669
"properties": {
669670
"text": {

0 commit comments

Comments
 (0)