File tree Expand file tree Collapse file tree
src/main/java/com/alibaba/dashscope/aigc/videosynthesis Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,15 +14,15 @@ public class VideoSynthesisUsage {
1414 @ SerializedName ("video_ratio" )
1515 private String videoRatio ;
1616
17- private float duration ;
17+ private Float duration ;
1818
1919 private String size ;
2020
2121 @ SerializedName ("input_video_duration" )
22- private float inputVideoDuration ;
22+ private Float inputVideoDuration ;
2323
2424 @ SerializedName ("output_video_duration" )
25- private float outputVideoDuration ;
25+ private Float outputVideoDuration ;
2626
2727 @ SerializedName ("SR" )
2828 private String SR ;
@@ -34,7 +34,7 @@ public class VideoSynthesisUsage {
3434 @ SerializedName ("shot_type" )
3535 private String shotType ;
3636
37- private float fps ;
37+ private Float fps ;
3838
3939 @ SerializedName ("reference_type" )
4040 private String referenceType ;
You can’t perform that action at this time.
0 commit comments