File tree Expand file tree Collapse file tree 3 files changed +15
-2
lines changed
src/main/java/com/volcengine/service/visual/model/response Expand file tree Collapse file tree 3 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 11Change log
22
3+ 2026-01-22 Bumped to version v1.0.258
4+ - Updated apis for visual
5+
362026-01-15 Bumped to version v1.0.257
47- Updated apis for livesaas/tls/vms
58
Original file line number Diff line number Diff line change 44 xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
55 <modelVersion >4.0.0</modelVersion >
66 <groupId >com.volcengine</groupId >
7- <version >1.0.257 </version >
7+ <version >1.0.258 </version >
88 <artifactId >volc-sdk-java</artifactId >
99
1010 <name >volc-sdk-java</name >
Original file line number Diff line number Diff line change @@ -65,7 +65,17 @@ public static class Thresholds {
6565 @ JSONField (name = "1e-6" )
6666 Float e6 ;
6767 }
68-
68+ @ JSONField (name = "face_attributes" )
69+ FaceAttributes face_attributes ;
70+ @ Data
71+ public static class FaceAttributes {
72+ @ JSONField (name = "age" )
73+ Float age ;
74+ @ JSONField (name = "gender" )
75+ String gender ;
76+ @ JSONField (name = "gender_confidence" )
77+ Float gender_confidence ;
78+ }
6979 @ JSONField (name = "image_face_detail" )
7080 String imageFaceDetail ;
7181
You can’t perform that action at this time.
0 commit comments