You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 29, 2023. It is now read-only.
| voice | Selects the voice of the speaker. Consult the `voice` column in the below table for valid values.<br/><br/>If the `voice` attribute is present, `gender` and `locale` are ignored. |
37
-
| gender | Selects the gender of the speaker. Valid values are `"male"` or `"female"`.<br/><br/>Default `"female"`|
37
+
| gender | Selects the gender of the speaker. Valid values are `"male"` or `"female"`.<br/><br/>Default `"female"`. If the chosen gender does not exist for the region, the opposite gender will be used by default.|
38
38
| locale | Selects the locale of the speaker. Consult the `locale` column in the below table for valid values.<br/><br/>Default `"en_US"`|
39
39
40
40
@@ -64,6 +64,8 @@ The table below shows a mapping of our supported voices. It also maps our voice
64
64
| kenji | ja | male | Takumi |
65
65
| nadiya | ru | female | Tatyana |
66
66
| anatoli | ru | male | Maxim |
67
+
| zeina | arb | female | Zeina |
68
+
| zhiyu | cmn-CN | female | Zhiyu |
67
69
68
70
### Supported SSML Tags
69
71
@@ -90,6 +92,8 @@ Specifies the natural language of the content. If you use a voice with an `en_US
90
92
91
93
Attributes:
92
94
*`xml:lang`: specifies the language, accepted values are:
0 commit comments