Skip to content

Commit 29b5f5e

Browse files
committed
initial stub saving progress
1 parent c4087d1 commit 29b5f5e

File tree

5 files changed

+9
-11
lines changed

5 files changed

+9
-11
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,8 @@ This command:
124124
* If the custom model was previously downloaded, the `ModelId` is ignored.
125125
* Automatically removes the container after it exits. The container image is still available on the host computer.
126126

127+
For more information about `docker run` with Speech containers, see [Install and run Speech containers with Docker](speech-container-howto.md#run-the-container).
128+
127129
### Base model download on the custom speech-to-text container
128130

129131
You can get the available base model information by using option `BaseModelLocale={LOCALE}`. This option gives you a list of available base models on that locale under your billing account. For example:
@@ -219,7 +221,7 @@ You can get custom pronunciation results in the output. All you need to do is ha
219221

220222
### Host authentication
221223

222-
[!INCLUDE [Speech container authentication](includes/container-speech-config.md)]
224+
[!INCLUDE [Speech container authentication](includes/containers-speech-config.md)]
223225

224226

225227

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,6 @@ grep -q avx2 /proc/cpuinfo && echo AVX2 supported || echo No AVX2 support detect
9898
> [!WARNING]
9999
> The host computer is *required* to support AVX2. The container *will not* function correctly without AVX2 support.
100100
101-
102101
## Run the container
103102

104103
Use the [docker run](https://docs.docker.com/engine/reference/commandline/run/) command to run the container. Once running, the container continues to run until you [stop the container](#stop-the-container).

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ This command:
106106
* Exposes TCP port 5003 and allocates a pseudo-TTY for the container.
107107
* Automatically removes the container after it exits. The container image is still available on the host computer.
108108

109-
More [examples](speech-container-configuration.md#example-docker-run-commands) of the `docker run` command are also available.
109+
For more information about `docker run` with Speech containers, see [Install and run Speech containers with Docker](speech-container-howto.md#run-the-container).
110110

111111
## Run with the speech-to-text container
112112

@@ -124,7 +124,7 @@ Increasing the number of concurrent calls can affect reliability and latency. Fo
124124

125125
### Host authentication
126126

127-
[!INCLUDE [Speech container authentication](includes/container-speech-config.md)]
127+
[!INCLUDE [Speech container authentication](includes/containers-speech-config.md)]
128128

129129

130130

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

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -105,19 +105,16 @@ This command:
105105
* Exposes TCP port 5000 and allocates a pseudo-TTY for the container.
106106
* Automatically removes the container after it exits. The container image is still available on the host computer.
107107

108-
More [examples](speech-container-configuration.md#example-docker-run-commands) of the `docker run` command are also available.
109-
108+
For more information about `docker run` with Speech containers, see [Install and run Speech containers with Docker](speech-container-howto.md#run-the-container).
110109

111110
## Use the container
112111

113-
114112
> [!IMPORTANT]
115113
> When you construct a neural text-to-speech HTTP POST, the [SSML](speech-synthesis-markup.md) message requires a `voice` element with a `name` attribute. The value is the corresponding container [locale and voice](language-support.md?tabs=tts). For example, the `latest` tag would have a voice name of `en-US-AriaNeural`.
116114
117-
118115
### Host authentication
119116

120-
[!INCLUDE [Speech container authentication](includes/container-speech-config.md)]
117+
[!INCLUDE [Speech container authentication](includes/containers-speech-config.md)]
121118

122119

123120

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ This command:
101101
* Exposes TCP port 5000 and allocates a pseudo-TTY for the container.
102102
* Automatically removes the container after it exits. The container image is still available on the host computer.
103103

104-
More [examples](speech-container-configuration.md#example-docker-run-commands) of the `docker run` command are also available.
104+
For more information about `docker run` with Speech containers, see [Install and run Speech containers with Docker](speech-container-howto.md#run-the-container).
105105

106106
#### Diarization on the speech-to-text output
107107

@@ -194,7 +194,7 @@ If you have multiple phrases to add, call `.addPhrase()` for each phrase to add
194194

195195
### Host authentication
196196

197-
[!INCLUDE [Speech container authentication](includes/container-speech-config.md)]
197+
[!INCLUDE [Speech container authentication](includes/containers-speech-config.md)]
198198

199199

200200

0 commit comments

Comments
 (0)