Skip to content

Commit 9b30082

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

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,16 @@ public class VideoSynthesisUsage {
2626

2727
@SerializedName("SR")
2828
private String SR;
29+
30+
private String ratio;
31+
32+
private Boolean audio;
33+
34+
@SerializedName("shot_type")
35+
private String shotType;
36+
37+
private float fps;
38+
39+
@SerializedName("reference_type")
40+
private String referenceType;
2941
}

0 commit comments

Comments
 (0)