Skip to content

Commit 8d00c7e

Browse files
author
liyan.90210
committed
feat auto update sdk
1 parent 5d17413 commit 8d00c7e

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

Changelog

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
Change log
22

3+
2026-01-22 Bumped to version v1.0.258
4+
- Updated apis for visual
5+
36
2026-01-15 Bumped to version v1.0.257
47
- Updated apis for livesaas/tls/vms
58

volc-sdk-java/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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>

volc-sdk-java/src/main/java/com/volcengine/service/visual/model/response/VisualCertQueryProResponse.java

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)