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 StringAR_MSar-MS.static StringDE_DEde-DE.static StringEN_GBen-GB.static StringEN_USen-US.static StringES_ESes-ES.static StringES_LAes-LA.static StringES_USes-US.static StringFR_CAfr-CA.static StringFR_FRfr-FR.static StringIT_ITit-IT.static StringJA_JPja-JP.static StringKO_KRko-KR.static StringNL_NLnl-NL.static StringPT_BRpt-BR.static StringZH_CNzh-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
-