Skip to content

Commit 6b9f595

Browse files
Merge pull request #96150 from IEvangelist/dockerPull
[cogsvcs] Added container image tag listing
2 parents d10c8b4 + 5a25f29 commit 6b9f595

File tree

5 files changed

+483
-6
lines changed

5 files changed

+483
-6
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
@@ -146,7 +146,7 @@ docker pull containerpreview.azurecr.io/microsoft/cognitive-services-speech-to-t
146146
```
147147

148148
> [!IMPORTANT]
149-
> The `latest` tag pulls the `en-US` locale and `jessarus` voice. For additional locales see [Speech-to-text locales](#speech-to-text-locales).
149+
> The `latest` tag pulls the `en-US` locale. For additional locales see [Speech-to-text locales](#speech-to-text-locales).
150150
151151
#### Speech-to-text locales
152152

@@ -162,7 +162,7 @@ The following tag is an example of the format:
162162
2.0.0-amd64-en-us-preview
163163
```
164164

165-
For all of the supported locales in the 2.0.0 version of the **speech-to-text** container, lease see the **Container support** column of the [Speech-to-text language support](language-support.md#speech-to-text) table.
165+
For all of the supported locales of the **speech-to-text** container, please see [Speech-to-text image tags](../containers/container-image-tags.md#speech-to-text).
166166

167167
# [Custom Speech-to-text](#tab/cstt)
168168

@@ -204,7 +204,7 @@ The following tag is an example of the format:
204204
1.3.0-amd64-en-us-jessarus-preview
205205
```
206206

207-
For all of the supported locales and corresponding voices in the 1.3.0 version of the **text-to-speech** container, please see the **Container support** column of the [standard voices language support](language-support.md#standard-voices) table.
207+
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]
210210
> 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`.

articles/cognitive-services/TOC.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818
items:
1919
- name: Container support
2020
href: cognitive-services-container-support.md
21+
- name: Container image tags
22+
href: ./containers/container-image-tags.md
2123
- name: Container FAQ
2224
href: ./containers/container-faq.md
2325
- name: Container recipes

0 commit comments

Comments
 (0)