Interface CreateCustomModelOptions.Language
- Enclosing class:
- CreateCustomModelOptions
public static interface CreateCustomModelOptions.Language
The language of the new custom model. You create a custom model for a specific language, not
for a specific voice. A custom model can be used with any voice for its specified language.
Omit the parameter to use the the default language, `en-US`. **Note:** The `ar-AR` language
identifier cannot be used to create a custom model. Use the `ar-MS` identifier instead.
-
Field Summary
Fields Modifier and Type Field Description static String
AR_MS
ar-MS.static String
DE_DE
de-DE.static String
EN_GB
en-GB.static String
EN_US
en-US.static String
ES_ES
es-ES.static String
ES_LA
es-LA.static String
ES_US
es-US.static String
FR_CA
fr-CA.static String
FR_FR
fr-FR.static String
IT_IT
it-IT.static String
JA_JP
ja-JP.static String
KO_KR
ko-KR.static String
NL_NL
nl-NL.static String
PT_BR
pt-BR.static String
ZH_CN
zh-CN.
-
Field Details
-
AR_MS
ar-MS.- See Also:
- Constant Field Values
-
DE_DE
de-DE.- See Also:
- Constant Field Values
-
EN_GB
en-GB.- See Also:
- Constant Field Values
-
EN_US
en-US.- See Also:
- Constant Field Values
-
ES_ES
es-ES.- See Also:
- Constant Field Values
-
ES_LA
es-LA.- See Also:
- Constant Field Values
-
ES_US
es-US.- See Also:
- Constant Field Values
-
FR_CA
fr-CA.- See Also:
- Constant Field Values
-
FR_FR
fr-FR.- See Also:
- Constant Field Values
-
IT_IT
it-IT.- See Also:
- Constant Field Values
-
JA_JP
ja-JP.- See Also:
- Constant Field Values
-
KO_KR
ko-KR.- See Also:
- Constant Field Values
-
NL_NL
nl-NL.- See Also:
- Constant Field Values
-
PT_BR
pt-BR.- See Also:
- Constant Field Values
-
ZH_CN
zh-CN.- See Also:
- Constant Field Values
-