@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public enum TranscribeLanguageCode extends Enum<TranscribeLanguageCode>
Enum Constant and Description |
---|
DeDE |
EnAU |
EnGB |
EnUS |
EsUS |
FrCA |
FrFR |
ItIT |
JaJP |
KoKR |
PtBR |
ZhCN |
Modifier and Type | Method and Description |
---|---|
static TranscribeLanguageCode |
fromValue(String value)
Use this in place of valueOf.
|
String |
toString() |
static TranscribeLanguageCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TranscribeLanguageCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TranscribeLanguageCode EnUS
public static final TranscribeLanguageCode EnGB
public static final TranscribeLanguageCode EsUS
public static final TranscribeLanguageCode FrCA
public static final TranscribeLanguageCode FrFR
public static final TranscribeLanguageCode EnAU
public static final TranscribeLanguageCode ItIT
public static final TranscribeLanguageCode DeDE
public static final TranscribeLanguageCode PtBR
public static final TranscribeLanguageCode JaJP
public static final TranscribeLanguageCode KoKR
public static final TranscribeLanguageCode ZhCN
public static TranscribeLanguageCode[] values()
for (TranscribeLanguageCode c : TranscribeLanguageCode.values()) System.out.println(c);
public static TranscribeLanguageCode valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String toString()
toString
in class Enum<TranscribeLanguageCode>
public static TranscribeLanguageCode fromValue(String value)
value
- real valueIllegalArgumentException
- If the specified value does not map to one of the known values in this enum.