public enum TTSProvider extends java.lang.Enum<TTSProvider>
| Modifier and Type | Method and Description |
|---|---|
static TTSProvider |
getByValue(java.lang.String value)
Returns the enum based on the name or the value
|
static TTSProvider |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TTSProvider[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TTSProvider ACAPELA
public static final TTSProvider VOICE_RSS
public static TTSProvider[] values()
for (TTSProvider c : TTSProvider.values()) System.out.println(c);
public static TTSProvider 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 static TTSProvider getByValue(java.lang.String value)
value - The value for which the corresponding tts must be providedCopyright © 2018 AskFast BV. All Rights Reserved.