Skip to content

Commit 240fe3f

Browse files
committed
Reverted container changes, as it is not ready yet
1 parent 2135687 commit 240fe3f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/cognitive-services/Speech-Service/speech-container-howto.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ docker pull containerpreview.azurecr.io/microsoft/cognitive-services-text-to-spe
188188
```
189189

190190
> [!IMPORTANT]
191-
> The `latest` tag pulls the `en-US` locale and `Ariarus` voice. For additional locales see [Text-to-speech locales](#text-to-speech-locales).
191+
> The `latest` tag pulls the `en-US` locale and `jessarus` voice. For additional locales see [Text-to-speech locales](#text-to-speech-locales).
192192
193193
#### Text-to-speech locales
194194

@@ -201,13 +201,13 @@ All tags, except for `latest` are in the following format and are case-sensitive
201201
The following tag is an example of the format:
202202

203203
```
204-
1.3.0-amd64-en-us-Ariarus-preview
204+
1.3.0-amd64-en-us-jessarus-preview
205205
```
206206

207207
For all of the supported locales and corresponding voices of the **text-to-speech** container, please see [Text-to-speech image tags](../containers/container-image-tags.md#text-to-speech).
208208

209209
> [!IMPORTANT]
210-
> When constructing a *Standard Text-to-speech* HTTP POST, the [Speech Synthesis Markup Language (SSML)](speech-synthesis-markup.md) message requires a `voice` element with a `name` attribute. The value is the corresponding container locale and voice, also known as the ["short name"](language-support.md#standard-voices). For example, the `latest` tag would have a voice name of `en-US-AriaRUS`.
210+
> When constructing a *Standard Text-to-speech* HTTP POST, the [Speech Synthesis Markup Language (SSML)](speech-synthesis-markup.md) message requires a `voice` element with a `name` attribute. The value is the corresponding container locale and voice, also known as the ["short name"](language-support.md#standard-voices). For example, the `latest` tag would have a voice name of `en-US-JessaRUS`.
211211
212212
# [Custom Text-to-speech](#tab/ctts)
213213

0 commit comments

Comments
 (0)