You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: detect.yml
+37-6Lines changed: 37 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -103,11 +103,14 @@ components:
103
103
104
104
DetectAttributesDetails:
105
105
title: "DetectAttributesDetails"
106
+
allOf:
107
+
- $ref: "#/components/schemas/DetailItem"
108
+
- $ref: "#/components/schemas/AttributesData"
109
+
110
+
AttributesData:
111
+
title: "AttributesData"
106
112
type: object
107
113
properties:
108
-
name:
109
-
type: string
110
-
description: "The name of the attribute."
111
114
value:
112
115
type: array
113
116
description: "The estimated value for the attribute, see the [Returned values column](https://docs.regulaforensics.com/develop/face-sdk/web-service/development/usage/face-detection/attributes-detection/)."
@@ -116,6 +119,13 @@ components:
116
119
117
120
DetectDetailsMeta:
118
121
title: "DetectDetailsMeta"
122
+
allOf:
123
+
- $ref: "#/components/schemas/DetailItem"
124
+
- $ref: "#/components/schemas/DetectMetaData"
125
+
126
+
127
+
DetectMetaData:
128
+
title: "DetectMetaData"
119
129
type: object
120
130
properties:
121
131
confidence:
@@ -125,9 +135,6 @@ components:
125
135
value:
126
136
type: string
127
137
description: "The estimated value for the attribute, see the [Returned values column](https://docs.regulaforensics.com/develop/face-sdk/web-service/development/usage/face-detection/attributes-detection/)."
128
-
name:
129
-
type: string
130
-
description: "The name of the attribute."
131
138
132
139
Detection:
133
140
title: "Detection"
@@ -172,6 +179,30 @@ components:
172
179
type: number
173
180
description: "Server processing time for attribute detection, ms."
0 commit comments