Skip to content

Commit 70facf2

Browse files
authored
Removed the string "REST"
This list requires Azure service name and does not need string "REST". In particular, Speech Services has REST API feature to use when the Speech SDK is not available. Extra string "REST" leads to the misleading that access tokens are not available with Speech SDK.
1 parent 17b581e commit 70facf2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/cognitive-services/authentication.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,8 +123,8 @@ curl -X POST 'https://api.cognitive.microsofttranslator.com/translate?api-versio
123123
Some Azure Cognitive Services accept, and in some cases require, an access token. Currently, these services support access tokens:
124124

125125
* Text Translation API
126-
* Speech Services: Speech-to-text REST API
127-
* Speech Services: Text-to-speech REST API
126+
* Speech Services: Speech-to-text API
127+
* Speech Services: Text-to-speech API
128128

129129
>[!NOTE]
130130
> QnA Maker also uses the Authorization header, but requires an endpoint key. For more information, see [QnA Maker: Get answer from knowledge base](./qnamaker/quickstarts/get-answer-from-knowledge-base-using-url-tool.md).

0 commit comments

Comments
 (0)