Skip to content

Commit 34e40c3

Browse files
author
mose-x.zm
committed
Add hh model usage parameters
1 parent 9b30082 commit 34e40c3

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/main/java/com/alibaba/dashscope/aigc/videosynthesis/VideoSynthesisUsage.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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;

0 commit comments

Comments
 (0)