视频模板代码框架
This commit is contained in:
@@ -109,6 +109,8 @@ public class DifyWorkflowResponseDto {
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -65,7 +65,7 @@ public class VideoSynthesisRequestDto {
|
||||
@Schema(description = "头部动作强度", example = "0.7")
|
||||
private BigDecimal headMoveStrength = new BigDecimal("0.7");
|
||||
|
||||
@Schema(description = "人脸区域坐标 [x1, y1, x2, y2]", example = "[302,286,610,593]")
|
||||
@Schema(description = "图像区域坐标 [x1, y1, x2, y2]", example = "[302,286,610,593]")
|
||||
private String faceBbox;
|
||||
|
||||
@Schema(description = "动态区域坐标 [x1, y1, x2, y2]", example = "[71,9,840,778]")
|
||||
|
||||
Reference in New Issue
Block a user