Skip to content

Commit 83c5f65

Browse files
authored
Unified Vision API: Remove AdultResult (#23863)
This response is not used, and included in Swagger by mistake. Co-authored-by: shono <>
1 parent a89f390 commit 83c5f65

File tree

1 file changed

+0
-44
lines changed
  • specification/cognitiveservices/data-plane/UnifiedVision/preview/2023-02-01-preview

1 file changed

+0
-44
lines changed

specification/cognitiveservices/data-plane/UnifiedVision/preview/2023-02-01-preview/UnifiedVision.json

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -1110,47 +1110,6 @@
11101110
}
11111111
},
11121112
"definitions": {
1113-
"AdultMatch": {
1114-
"description": "An object describing adult content match.",
1115-
"required": [
1116-
"confidence",
1117-
"isMatch"
1118-
],
1119-
"type": "object",
1120-
"properties": {
1121-
"isMatch": {
1122-
"description": "A value indicating if the image is matched adult content.",
1123-
"type": "boolean"
1124-
},
1125-
"confidence": {
1126-
"format": "double",
1127-
"description": "A value indicating the confidence level of matched adult content.",
1128-
"maximum": 1,
1129-
"minimum": 0,
1130-
"type": "number"
1131-
}
1132-
}
1133-
},
1134-
"AdultResult": {
1135-
"description": "An object describing whether the image contains adult-oriented content and/or is racy.",
1136-
"required": [
1137-
"adult",
1138-
"gore",
1139-
"racy"
1140-
],
1141-
"type": "object",
1142-
"properties": {
1143-
"adult": {
1144-
"$ref": "#/definitions/AdultMatch"
1145-
},
1146-
"racy": {
1147-
"$ref": "#/definitions/AdultMatch"
1148-
},
1149-
"gore": {
1150-
"$ref": "#/definitions/AdultMatch"
1151-
}
1152-
}
1153-
},
11541113
"BoundingBox": {
11551114
"description": "A bounding box for an area inside an image.",
11561115
"required": [
@@ -1646,9 +1605,6 @@
16461605
"tagsResult": {
16471606
"$ref": "#/definitions/TagsResult"
16481607
},
1649-
"adultResult": {
1650-
"$ref": "#/definitions/AdultResult"
1651-
},
16521608
"smartCropsResult": {
16531609
"$ref": "#/definitions/SmartCropsResult"
16541610
},

0 commit comments

Comments
 (0)