Enum Class DashScopeModel.VideoModel
java.lang.Object
java.lang.Enum<DashScopeModel.VideoModel>
com.alibaba.cloud.ai.dashscope.spec.DashScopeModel.VideoModel
- All Implemented Interfaces:
Serializable,Comparable<DashScopeModel.VideoModel>,Constable,org.springframework.ai.model.ModelDescription
- Enclosing class:
- DashScopeModel
public static enum DashScopeModel.VideoModel
extends Enum<DashScopeModel.VideoModel>
implements org.springframework.ai.model.ModelDescription
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionPicture-generated video, The generated details are richer and the picture is more textured.Picture-generated video, based on the first frame.Generate video based on the beginning and end framesText to Video, The generated details are richer and the picture is more textured.Text to Video, faster generation speed and balanced performance. -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiongetName()getValue()static DashScopeModel.VideoModelReturns the enum constant of this class with the specified name.static DashScopeModel.VideoModel[]values()Returns an array containing the constants of this enum class, in the order they are declared.Methods inherited from class java.lang.Enum
clone, compareTo, describeConstable, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfMethods inherited from interface org.springframework.ai.model.ModelDescription
getDescription, getVersion
-
Enum Constant Details
-
WANX2_1_T2V_TURBO
Text to Video, faster generation speed and balanced performance. -
WANX2_5_T2V_PREVIEW
-
WANX2_1_T2V_PLUS
Text to Video, The generated details are richer and the picture is more textured. -
WANX2_1_I2V_TURBO
Picture-generated video, based on the first frame. The generation speed is faster, taking only one-third of the plus model, and it has a higher cost-effectiveness. -
WANX2_1_I2V_PLUS
Picture-generated video, The generated details are richer and the picture is more textured. -
WANX2_1_KF2V_PLUS
Generate video based on the beginning and end frames
-
-
Field Details
-
value
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
getValue
-
getName
- Specified by:
getNamein interfaceorg.springframework.ai.model.ModelDescription
-