File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed
specification/cognitiveservices/data-plane/Language/stable/2022-05-01 Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change 1406
1406
"$ref" : " #/definitions/AnalyzeTextTaskResult"
1407
1407
}
1408
1408
],
1409
+ "required" : [
1410
+ " results"
1411
+ ],
1409
1412
"x-ms-discriminator-value" : " EntityRecognitionResults"
1410
1413
},
1411
1414
"EntitiesResult" : {
1532
1535
"$ref" : " #/definitions/AnalyzeTextTaskResult"
1533
1536
}
1534
1537
],
1538
+ "required" : [
1539
+ " results"
1540
+ ],
1535
1541
"x-ms-discriminator-value" : " EntityLinkingResults"
1536
1542
},
1537
1543
"EntityLinkingResult" : {
1698
1704
"$ref" : " #/definitions/AnalyzeTextTaskResult"
1699
1705
}
1700
1706
],
1707
+ "required" : [
1708
+ " results"
1709
+ ],
1701
1710
"x-ms-discriminator-value" : " PiiEntityRecognitionResults"
1702
1711
},
1703
1712
"PiiResult" : {
1997
2006
"$ref" : " #/definitions/AnalyzeTextTaskResult"
1998
2007
}
1999
2008
],
2009
+ "required" : [
2010
+ " results"
2011
+ ],
2000
2012
"x-ms-discriminator-value" : " KeyPhraseExtractionResults"
2001
2013
},
2002
2014
"KeyPhraseResult" : {
2064
2076
"$ref" : " #/definitions/AnalyzeTextTaskResult"
2065
2077
}
2066
2078
],
2079
+ "required" : [
2080
+ " results"
2081
+ ],
2067
2082
"x-ms-discriminator-value" : " LanguageDetectionResults"
2068
2083
},
2069
2084
"LanguageDetectionResult" : {
You can’t perform that action at this time.
0 commit comments