Skip to content

Commit 2908e47

Browse files
authored
Merge pull request #97795 from IEvangelist/accuracyChanges
[CogSvcs] adjusted URLs and endpoint details.
2 parents d7c680a + e27d962 commit 2908e47

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

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

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ manager: nitinme
88
ms.service: cognitive-services
99
ms.subservice: speech-service
1010
ms.topic: conceptual
11-
ms.date: 11/21/2019
11+
ms.date: 12/04/2019
1212
ms.author: dapine
1313
---
1414

@@ -366,12 +366,10 @@ This command:
366366
367367
## Query the container's prediction endpoint
368368

369-
| Container | Endpoint | Protocol |
369+
| Containers | SDK Host URL | Protocol |
370370
|--|--|--|
371-
| Speech-to-text | `ws://localhost:5000/speech/recognition/dictation/cognitiveservices/v1` | WS |
372-
| Custom Speech-to-text | `ws://localhost:5000/speech/recognition/dictation/cognitiveservices/v1` | WS |
373-
| Text-to-speech | `http://localhost:5000/speech/synthesize/cognitiveservices/v1` | HTTP |
374-
| Custom Text-to-speech | `http://localhost:5000/speech/synthesize/cognitiveservices/v1` | HTTP |
371+
| Speech-to-text and Custom Speech-to-text | `ws://localhost:5000` | WS |
372+
| Text-to-speech and Custom Text-to-speech | `http://localhost:5000` | HTTP |
375373

376374
For more information on using WSS and HTTPS protocols, see [container security](../cognitive-services-container-support.md#azure-cognitive-services-container-security).
377375

0 commit comments

Comments
 (0)