@Generated(value="software.amazon.awssdk:codegen") public enum TranscribeLanguageCode extends Enum<TranscribeLanguageCode>
| Enum Constant and Description |
|---|
DE_DE |
EN_AU |
EN_GB |
EN_US |
ES_US |
FR_CA |
FR_FR |
IT_IT |
JA_JP |
KO_KR |
PT_BR |
UNKNOWN_TO_SDK_VERSION |
ZH_CN |
| Modifier and Type | Method and Description |
|---|---|
static TranscribeLanguageCode |
fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static Set<TranscribeLanguageCode> |
knownValues()
|
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 EN_US
public static final TranscribeLanguageCode EN_GB
public static final TranscribeLanguageCode ES_US
public static final TranscribeLanguageCode FR_CA
public static final TranscribeLanguageCode FR_FR
public static final TranscribeLanguageCode EN_AU
public static final TranscribeLanguageCode IT_IT
public static final TranscribeLanguageCode DE_DE
public static final TranscribeLanguageCode PT_BR
public static final TranscribeLanguageCode JA_JP
public static final TranscribeLanguageCode KO_KR
public static final TranscribeLanguageCode ZH_CN
public static final TranscribeLanguageCode UNKNOWN_TO_SDK_VERSION
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 valuepublic static Set<TranscribeLanguageCode> knownValues()
values() to return a Set of all values known to the SDK. This will return
all known enum values except UNKNOWN_TO_SDK_VERSION.Set of known TranscribeLanguageCodesCopyright © 2022. All rights reserved.