|
1 | 1 | package com.bandwidth.sdk.model.bxml.utils; |
2 | 2 |
|
3 | | -import static com.bandwidth.voice.http.bxml.model.TtsGender.FEMALE; |
4 | | -import static com.bandwidth.voice.http.bxml.model.TtsGender.MALE; |
5 | | -import static com.bandwidth.voice.http.bxml.model.TtsLocale.ARB; |
6 | | -import static com.bandwidth.voice.http.bxml.model.TtsLocale.CMN_CN; |
7 | | -import static com.bandwidth.voice.http.bxml.model.TtsLocale.DA_DK; |
8 | | -import static com.bandwidth.voice.http.bxml.model.TtsLocale.DE; |
9 | | -import static com.bandwidth.voice.http.bxml.model.TtsLocale.EN_AU; |
10 | | -import static com.bandwidth.voice.http.bxml.model.TtsLocale.EN_GB; |
11 | | -import static com.bandwidth.voice.http.bxml.model.TtsLocale.EN_GB_WLS; |
12 | | -import static com.bandwidth.voice.http.bxml.model.TtsLocale.EN_IN; |
13 | | -import static com.bandwidth.voice.http.bxml.model.TtsLocale.EN_UK; |
14 | | -import static com.bandwidth.voice.http.bxml.model.TtsLocale.EN_US; |
15 | | -import static com.bandwidth.voice.http.bxml.model.TtsLocale.ES; |
16 | | -import static com.bandwidth.voice.http.bxml.model.TtsLocale.ES_MX; |
17 | | -import static com.bandwidth.voice.http.bxml.model.TtsLocale.ES_US; |
18 | | -import static com.bandwidth.voice.http.bxml.model.TtsLocale.FR; |
19 | | -import static com.bandwidth.voice.http.bxml.model.TtsLocale.FR_CA; |
20 | | -import static com.bandwidth.voice.http.bxml.model.TtsLocale.IT; |
21 | | -import static com.bandwidth.voice.http.bxml.model.TtsLocale.JA; |
22 | | -import static com.bandwidth.voice.http.bxml.model.TtsLocale.NL_NL; |
23 | | -import static com.bandwidth.voice.http.bxml.model.TtsLocale.RO_RO; |
24 | | -import static com.bandwidth.voice.http.bxml.model.TtsLocale.RU; |
| 3 | +import static com.bandwidth.sdk.model.bxml.utils.TtsGender.FEMALE; |
| 4 | +import static com.bandwidth.sdk.model.bxml.utils.TtsGender.MALE; |
| 5 | +import static com.bandwidth.sdk.model.bxml.utils.TtsLocale.ARB; |
| 6 | +import static com.bandwidth.sdk.model.bxml.utils.TtsLocale.CMN_CN; |
| 7 | +import static com.bandwidth.sdk.model.bxml.utils.TtsLocale.DA_DK; |
| 8 | +import static com.bandwidth.sdk.model.bxml.utils.TtsLocale.DE; |
| 9 | +import static com.bandwidth.sdk.model.bxml.utils.TtsLocale.EN_AU; |
| 10 | +import static com.bandwidth.sdk.model.bxml.utils.TtsLocale.EN_GB; |
| 11 | +import static com.bandwidth.sdk.model.bxml.utils.TtsLocale.EN_GB_WLS; |
| 12 | +import static com.bandwidth.sdk.model.bxml.utils.TtsLocale.EN_IN; |
| 13 | +import static com.bandwidth.sdk.model.bxml.utils.TtsLocale.EN_UK; |
| 14 | +import static com.bandwidth.sdk.model.bxml.utils.TtsLocale.EN_US; |
| 15 | +import static com.bandwidth.sdk.model.bxml.utils.TtsLocale.ES; |
| 16 | +import static com.bandwidth.sdk.model.bxml.utils.TtsLocale.ES_MX; |
| 17 | +import static com.bandwidth.sdk.model.bxml.utils.TtsLocale.ES_US; |
| 18 | +import static com.bandwidth.sdk.model.bxml.utils.TtsLocale.FR; |
| 19 | +import static com.bandwidth.sdk.model.bxml.utils.TtsLocale.FR_CA; |
| 20 | +import static com.bandwidth.sdk.model.bxml.utils.TtsLocale.IT; |
| 21 | +import static com.bandwidth.sdk.model.bxml.utils.TtsLocale.JA; |
| 22 | +import static com.bandwidth.sdk.model.bxml.utils.TtsLocale.NL_NL; |
| 23 | +import static com.bandwidth.sdk.model.bxml.utils.TtsLocale.RO_RO; |
| 24 | +import static com.bandwidth.sdk.model.bxml.utils.TtsLocale.RU; |
25 | 25 |
|
26 | 26 | import com.fasterxml.jackson.annotation.JsonCreator; |
27 | 27 | import jakarta.xml.bind.annotation.XmlEnumValue; |
|
0 commit comments