Skip to content

Commit 3f18de4

Browse files
authored
Merge pull request #185191 from anthonsu/patch-33
[OnPrem] STT v3.0.0 Release
2 parents 09ea093 + 3b49ad1 commit 3f18de4

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

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

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ Speech containers enable customers to build a speech application architecture th
2525
2626
| Container | Features | Latest | Release status |
2727
|--|--|--|--|
28-
| Speech-to-text | Analyzes sentiment and transcribes continuous real-time speech or batch audio recordings with intermediate results. | 2.18.0 | Generally Available |
29-
| Custom Speech-to-text | Using a custom model from the [Custom Speech portal](https://speech.microsoft.com/customspeech), transcribes continuous real-time speech or batch audio recordings into text with intermediate results. | 2.17.0 | Generally Available |
28+
| Speech-to-text | Analyzes sentiment and transcribes continuous real-time speech or batch audio recordings with intermediate results. | 3.0.0 | Generally Available |
29+
| Custom Speech-to-text | Using a custom model from the [Custom Speech portal](https://speech.microsoft.com/customspeech), transcribes continuous real-time speech or batch audio recordings into text with intermediate results. | 3.0.0 | Generally Available |
3030
| Text-to-speech | Converts text to natural-sounding speech with plain text input or Speech Synthesis Markup Language (SSML). | 1.15.0 | Generally Available |
3131
| Speech Language Identification | Detect the language spoken in audio files. | 1.5.0 | preview |
3232
| Neural Text-to-speech | Converts text to natural-sounding speech using deep neural network technology, allowing for more natural synthesized speech. | 1.12.0 | Generally Available |
@@ -259,6 +259,11 @@ Once the container is on the [host computer](#host-computer-requirements-and-rec
259259

260260
Use the [docker run](https://docs.docker.com/engine/reference/commandline/run/) command to run the container. Refer to [gathering required parameters](#gathering-required-parameters) for details on how to get the `{Endpoint_URI}` and `{API_Key}` values. Additional [examples](speech-container-configuration.md#example-docker-run-commands) of the `docker run` command are also available.
261261

262+
## Run the container in disconnected environments
263+
264+
Starting in container version 3.0.0, select customers can run speech-to-text containers in an environment without Internet accessibility. See [Run Cognitive Services containers in disconnected environments](../containers/disconnected-containers.md) for more information.
265+
266+
262267
# [Speech-to-text](#tab/stt)
263268

264269
To run the Standard *Speech-to-text* container, execute the following `docker run` command.

0 commit comments

Comments
 (0)