public static enum Constants.VOICE_AI_TUNER_TYPE extends java.lang.Enum<Constants.VOICE_AI_TUNER_TYPE>
Enum Constant and Description |
---|
VOICE_AI_TUNER_DREAMY_FEMALE_SINGING
Dreamy female singing, dreamlike and soft female voice that is suitable for airy and
dream-like songs.
|
VOICE_AI_TUNER_ELEGANT_FEMALE
Big sister, deep and charming female voice.
|
VOICE_AI_TUNER_FRESH_MALE
Fresh male, refreshing and sweet male voice.
|
VOICE_AI_TUNER_GENTLE_FEMALE_SINGING
Gentle female singing, soft and delicate female voice that is suitable for female lyrical
songs.
|
VOICE_AI_TUNER_HUSKY_MALE_SINGING
Smoky uncle singing, unique husky male voice that is suitable for rock or blues songs.
|
VOICE_AI_TUNER_MATURE_MALE
Uncle, deep and magnetic male voice.
|
VOICE_AI_TUNER_POWERFUL_MALE_SINGING
Forceful male singing, strong and powerful male voice that is suitable for passionate songs.
|
VOICE_AI_TUNER_SWEET_FEMALE
Lolita, high-pitched and cute female voice.
|
VOICE_AI_TUNER_WARM_ELEGANT_FEMALE_SINGING
Warm big sister singing, warm and mature female voice that is suitable for emotionally
powerful songs.
|
VOICE_AI_TUNER_WARM_MALE_SINGING
Warm man singing, warm and melodic male voice that is suitable for male lyrical songs.
|
Modifier and Type | Method and Description |
---|---|
static Constants.VOICE_AI_TUNER_TYPE |
fromInt(int v) |
int |
getValue() |
static Constants.VOICE_AI_TUNER_TYPE |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Constants.VOICE_AI_TUNER_TYPE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Constants.VOICE_AI_TUNER_TYPE VOICE_AI_TUNER_MATURE_MALE
public static final Constants.VOICE_AI_TUNER_TYPE VOICE_AI_TUNER_FRESH_MALE
public static final Constants.VOICE_AI_TUNER_TYPE VOICE_AI_TUNER_ELEGANT_FEMALE
public static final Constants.VOICE_AI_TUNER_TYPE VOICE_AI_TUNER_SWEET_FEMALE
public static final Constants.VOICE_AI_TUNER_TYPE VOICE_AI_TUNER_WARM_MALE_SINGING
public static final Constants.VOICE_AI_TUNER_TYPE VOICE_AI_TUNER_GENTLE_FEMALE_SINGING
public static final Constants.VOICE_AI_TUNER_TYPE VOICE_AI_TUNER_HUSKY_MALE_SINGING
public static final Constants.VOICE_AI_TUNER_TYPE VOICE_AI_TUNER_WARM_ELEGANT_FEMALE_SINGING
public static final Constants.VOICE_AI_TUNER_TYPE VOICE_AI_TUNER_POWERFUL_MALE_SINGING
public static final Constants.VOICE_AI_TUNER_TYPE VOICE_AI_TUNER_DREAMY_FEMALE_SINGING
public static Constants.VOICE_AI_TUNER_TYPE[] values()
for (Constants.VOICE_AI_TUNER_TYPE c : Constants.VOICE_AI_TUNER_TYPE.values()) System.out.println(c);
public static Constants.VOICE_AI_TUNER_TYPE valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic int getValue()
public static Constants.VOICE_AI_TUNER_TYPE fromInt(int v)