@@ -105,9 +105,9 @@ public static class FacesItem {
105
105
106
106
private String faceId ;
107
107
108
- private List < FaceRectangleItem > faceRectangle ;
108
+ private FaceRectangle faceRectangle ;
109
109
110
- private List < FaceAttributeItem > faceAttribute ;
110
+ private FaceAttribute faceAttribute ;
111
111
112
112
public String getFaceId () {
113
113
return this .faceId ;
@@ -117,23 +117,23 @@ public void setFaceId(String faceId) {
117
117
this .faceId = faceId ;
118
118
}
119
119
120
- public List < FaceRectangleItem > getFaceRectangle () {
120
+ public FaceRectangle getFaceRectangle () {
121
121
return this .faceRectangle ;
122
122
}
123
123
124
- public void setFaceRectangle (List < FaceRectangleItem > faceRectangle ) {
124
+ public void setFaceRectangle (FaceRectangle faceRectangle ) {
125
125
this .faceRectangle = faceRectangle ;
126
126
}
127
127
128
- public List < FaceAttributeItem > getFaceAttribute () {
128
+ public FaceAttribute getFaceAttribute () {
129
129
return this .faceAttribute ;
130
130
}
131
131
132
- public void setFaceAttribute (List < FaceAttributeItem > faceAttribute ) {
132
+ public void setFaceAttribute (FaceAttribute faceAttribute ) {
133
133
this .faceAttribute = faceAttribute ;
134
134
}
135
135
136
- public static class FaceRectangleItem {
136
+ public static class FaceRectangle {
137
137
138
138
private String top ;
139
139
@@ -176,69 +176,69 @@ public void setHeight(String height) {
176
176
}
177
177
}
178
178
179
- public static class FaceAttributeItem {
179
+ public static class FaceAttribute {
180
180
181
- private List < GenderItem > gender ;
181
+ private Gender gender ;
182
182
183
- private List < AgeItem > age ;
183
+ private Age age ;
184
184
185
- private List < HeadposeItem > headpose ;
185
+ private Headpose headpose ;
186
186
187
- private List < EyestatusItem > eyestatus ;
187
+ private Eyestatus eyestatus ;
188
188
189
- private List < BlurItem > blur ;
189
+ private Blur blur ;
190
190
191
- private List < FacequalityItem > facequality ;
191
+ private Facequality facequality ;
192
192
193
- public List < GenderItem > getGender () {
193
+ public Gender getGender () {
194
194
return this .gender ;
195
195
}
196
196
197
- public void setGender (List < GenderItem > gender ) {
197
+ public void setGender (Gender gender ) {
198
198
this .gender = gender ;
199
199
}
200
200
201
- public List < AgeItem > getAge () {
201
+ public Age getAge () {
202
202
return this .age ;
203
203
}
204
204
205
- public void setAge (List < AgeItem > age ) {
205
+ public void setAge (Age age ) {
206
206
this .age = age ;
207
207
}
208
208
209
- public List < HeadposeItem > getHeadpose () {
209
+ public Headpose getHeadpose () {
210
210
return this .headpose ;
211
211
}
212
212
213
- public void setHeadpose (List < HeadposeItem > headpose ) {
213
+ public void setHeadpose (Headpose headpose ) {
214
214
this .headpose = headpose ;
215
215
}
216
216
217
- public List < EyestatusItem > getEyestatus () {
217
+ public Eyestatus getEyestatus () {
218
218
return this .eyestatus ;
219
219
}
220
220
221
- public void setEyestatus (List < EyestatusItem > eyestatus ) {
221
+ public void setEyestatus (Eyestatus eyestatus ) {
222
222
this .eyestatus = eyestatus ;
223
223
}
224
224
225
- public List < BlurItem > getBlur () {
225
+ public Blur getBlur () {
226
226
return this .blur ;
227
227
}
228
228
229
- public void setBlur (List < BlurItem > blur ) {
229
+ public void setBlur (Blur blur ) {
230
230
this .blur = blur ;
231
231
}
232
232
233
- public List < FacequalityItem > getFacequality () {
233
+ public Facequality getFacequality () {
234
234
return this .facequality ;
235
235
}
236
236
237
- public void setFacequality (List < FacequalityItem > facequality ) {
237
+ public void setFacequality (Facequality facequality ) {
238
238
this .facequality = facequality ;
239
239
}
240
240
241
- public static class GenderItem {
241
+ public static class Gender {
242
242
243
243
private String value ;
244
244
@@ -251,7 +251,7 @@ public void setValue(String value) {
251
251
}
252
252
}
253
253
254
- public static class AgeItem {
254
+ public static class Age {
255
255
256
256
private Integer value ;
257
257
@@ -264,7 +264,7 @@ public void setValue(Integer value) {
264
264
}
265
265
}
266
266
267
- public static class HeadposeItem {
267
+ public static class Headpose {
268
268
269
269
private Float pitch_angle ;
270
270
@@ -297,29 +297,29 @@ public void setYaw_angle(Float yaw_angle) {
297
297
}
298
298
}
299
299
300
- public static class EyestatusItem {
300
+ public static class Eyestatus {
301
301
302
- private List < Left_eye_statusItem > left_eye_status ;
302
+ private Left_eye_status left_eye_status ;
303
303
304
- private List < Right_eye_statusItem > right_eye_status ;
304
+ private Right_eye_status right_eye_status ;
305
305
306
- public List < Left_eye_statusItem > getLeft_eye_status () {
306
+ public Left_eye_status getLeft_eye_status () {
307
307
return this .left_eye_status ;
308
308
}
309
309
310
- public void setLeft_eye_status (List < Left_eye_statusItem > left_eye_status ) {
310
+ public void setLeft_eye_status (Left_eye_status left_eye_status ) {
311
311
this .left_eye_status = left_eye_status ;
312
312
}
313
313
314
- public List < Right_eye_statusItem > getRight_eye_status () {
314
+ public Right_eye_status getRight_eye_status () {
315
315
return this .right_eye_status ;
316
316
}
317
317
318
- public void setRight_eye_status (List < Right_eye_statusItem > right_eye_status ) {
318
+ public void setRight_eye_status (Right_eye_status right_eye_status ) {
319
319
this .right_eye_status = right_eye_status ;
320
320
}
321
321
322
- public static class Left_eye_statusItem {
322
+ public static class Left_eye_status {
323
323
324
324
private Float normal_glass_eye_open ;
325
325
@@ -382,7 +382,7 @@ public void setDark_glasses(Float dark_glasses) {
382
382
}
383
383
}
384
384
385
- public static class Right_eye_statusItem {
385
+ public static class Right_eye_status {
386
386
387
387
private Float normal_glass_eye_open ;
388
388
@@ -446,19 +446,19 @@ public void setDark_glasses(Float dark_glasses) {
446
446
}
447
447
}
448
448
449
- public static class BlurItem {
449
+ public static class Blur {
450
450
451
- private List < BlurnessItem > blurness ;
451
+ private Blurness blurness ;
452
452
453
- public List < BlurnessItem > getBlurness () {
453
+ public Blurness getBlurness () {
454
454
return this .blurness ;
455
455
}
456
456
457
- public void setBlurness (List < BlurnessItem > blurness ) {
457
+ public void setBlurness (Blurness blurness ) {
458
458
this .blurness = blurness ;
459
459
}
460
460
461
- public static class BlurnessItem {
461
+ public static class Blurness {
462
462
463
463
private Float value ;
464
464
@@ -482,7 +482,7 @@ public void setThreshold(Float threshold) {
482
482
}
483
483
}
484
484
485
- public static class FacequalityItem {
485
+ public static class Facequality {
486
486
487
487
private Float value ;
488
488
0 commit comments