File tree Expand file tree Collapse file tree 1 file changed +0
-44
lines changed
specification/cognitiveservices/data-plane/UnifiedVision/preview/2023-02-01-preview Expand file tree Collapse file tree 1 file changed +0
-44
lines changed Original file line number Diff line number Diff line change 1110
1110
}
1111
1111
},
1112
1112
"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
- },
1154
1113
"BoundingBox" : {
1155
1114
"description" : " A bounding box for an area inside an image." ,
1156
1115
"required" : [
1646
1605
"tagsResult" : {
1647
1606
"$ref" : " #/definitions/TagsResult"
1648
1607
},
1649
- "adultResult" : {
1650
- "$ref" : " #/definitions/AdultResult"
1651
- },
1652
1608
"smartCropsResult" : {
1653
1609
"$ref" : " #/definitions/SmartCropsResult"
1654
1610
},
You can’t perform that action at this time.
0 commit comments