All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.alibaba.dashscope.aigc.videosynthesis.VideoSynthesisUsage Maven / Gradle / Ivy

The newest version!
package com.alibaba.dashscope.aigc.videosynthesis;

import com.google.gson.annotations.SerializedName;
import lombok.Data;

@Data
public class VideoSynthesisUsage {
  @SerializedName("video_count")
  private Integer videoCount;

  @SerializedName("video_duration")
  private Integer videoDuration;

  @SerializedName("video_ratio")
  private String videoRatio;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy