Enum Class DashScopeApiSpec.VideoTemplate
java.lang.Object
java.lang.Enum<DashScopeApiSpec.VideoTemplate>
com.alibaba.cloud.ai.dashscope.spec.DashScopeApiSpec.VideoTemplate
- All Implemented Interfaces:
Serializable,Comparable<DashScopeApiSpec.VideoTemplate>,Constable
- Enclosing class:
- DashScopeApiSpec
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescription时光木马双倍心动闪亮玫瑰摇摆时刻头号甩舞星摇时刻巨兽追袭分子扩散魔法悬浮唇齿相依学术加冕爱的抱抱气球膨胀人鱼觉醒财从天降戳戳乐赠人玫瑰转圈圈爱你哟解压捏捏 -
Method Summary
Modifier and TypeMethodDescriptiongetValue()Returns the enum constant of this class with the specified name.static DashScopeApiSpec.VideoTemplate[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
SQUISH
解压捏捏 -
POKE
戳戳乐 -
ROTATION
转圈圈 -
INFLATE
气球膨胀 -
DISSOLVE
分子扩散 -
CAROUSEL
时光木马 -
SINGLEHEART
爱你哟 -
DANCE1
摇摆时刻 -
DANCE2
头号甩舞 -
DANCE3
星摇时刻 -
MERMAID
人鱼觉醒 -
GRADUATION
学术加冕 -
DEAGON
巨兽追袭 -
MONEY
财从天降 -
FLYING
魔法悬浮 -
ROSE
赠人玫瑰 -
CRYSTALROSE
闪亮玫瑰 -
HUG
爱的抱抱 -
FRENCHKISS
唇齿相依 -
COUPLEHEART
双倍心动
-
-
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
-