Skip to content

Commit 6316074

Browse files
committed
refresh custom speech v3.2
1 parent 0b86673 commit 6316074

File tree

7 files changed

+658
-403
lines changed

7 files changed

+658
-403
lines changed

articles/ai-services/speech-service/how-to-custom-speech-create-project.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: eric-urban
66
manager: nitinme
77
ms.service: azure-ai-speech
88
ms.topic: how-to
9-
ms.date: 4/15/2024
9+
ms.date: 7/15/2024
1010
ms.author: eur
1111
zone_pivot_groups: speech-studio-cli-rest
1212
---
@@ -44,20 +44,20 @@ To create a project, use the `spx csr project create` command. Construct the req
4444
Here's an example Speech CLI command that creates a project:
4545

4646
```azurecli-interactive
47-
spx csr project create --api-version v3.1 --name "My Project" --description "My Project Description" --language "en-US"
47+
spx csr project create --api-version v3.2 --name "My Project" --description "My Project Description" --language "en-US"
4848
```
4949

5050
You should receive a response body in the following format:
5151

5252
```json
5353
{
54-
"self": "https://eastus.api.cognitive.microsoft.com/speechtotext/v3.1/projects/1cdfa276-0f9d-425b-a942-5f2be93017ed",
54+
"self": "https://eastus.api.cognitive.microsoft.com/speechtotext/v3.2/projects/0198f569-cc11-4099-a0e8-9d55bc3d0c52",
5555
"links": {
56-
"evaluations": "https://eastus.api.cognitive.microsoft.com/speechtotext/v3.1/projects/1cdfa276-0f9d-425b-a942-5f2be93017ed/evaluations",
57-
"datasets": "https://eastus.api.cognitive.microsoft.com/speechtotext/v3.1/projects/1cdfa276-0f9d-425b-a942-5f2be93017ed/datasets",
58-
"models": "https://eastus.api.cognitive.microsoft.com/speechtotext/v3.1/projects/1cdfa276-0f9d-425b-a942-5f2be93017ed/models",
59-
"endpoints": "https://eastus.api.cognitive.microsoft.com/speechtotext/v3.1/projects/1cdfa276-0f9d-425b-a942-5f2be93017ed/endpoints",
60-
"transcriptions": "https://eastus.api.cognitive.microsoft.com/speechtotext/v3.1/projects/1cdfa276-0f9d-425b-a942-5f2be93017ed/transcriptions"
56+
"evaluations": "https://eastus.api.cognitive.microsoft.com/speechtotext/v3.2/projects/0198f569-cc11-4099-a0e8-9d55bc3d0c52/evaluations",
57+
"datasets": "https://eastus.api.cognitive.microsoft.com/speechtotext/v3.2/projects/0198f569-cc11-4099-a0e8-9d55bc3d0c52/datasets",
58+
"models": "https://eastus.api.cognitive.microsoft.com/speechtotext/v3.2/projects/0198f569-cc11-4099-a0e8-9d55bc3d0c52/models",
59+
"endpoints": "https://eastus.api.cognitive.microsoft.com/speechtotext/v3.2/projects/0198f569-cc11-4099-a0e8-9d55bc3d0c52/endpoints",
60+
"transcriptions": "https://eastus.api.cognitive.microsoft.com/speechtotext/v3.2/projects/0198f569-cc11-4099-a0e8-9d55bc3d0c52/transcriptions"
6161
},
6262
"properties": {
6363
"datasetCount": 0,
@@ -66,7 +66,7 @@ You should receive a response body in the following format:
6666
"transcriptionCount": 0,
6767
"endpointCount": 0
6868
},
69-
"createdDateTime": "2022-05-17T22:15:18Z",
69+
"createdDateTime": "2024-07-14T17:15:55Z",
7070
"locale": "en-US",
7171
"displayName": "My Project",
7272
"description": "My Project Description"
@@ -97,20 +97,20 @@ curl -v -X POST -H "Ocp-Apim-Subscription-Key: YourSubscriptionKey" -H "Content-
9797
"displayName": "My Project",
9898
"description": "My Project Description",
9999
"locale": "en-US"
100-
} ' "https://YourServiceRegion.api.cognitive.microsoft.com/speechtotext/v3.1/projects"
100+
} ' "https://YourServiceRegion.api.cognitive.microsoft.com/speechtotext/v3.2/projects"
101101
```
102102

103103
You should receive a response body in the following format:
104104

105105
```json
106106
{
107-
"self": "https://eastus.api.cognitive.microsoft.com/speechtotext/v3.1/projects/1cdfa276-0f9d-425b-a942-5f2be93017ed",
107+
"self": "https://eastus.api.cognitive.microsoft.com/speechtotext/v3.2/projects/0198f569-cc11-4099-a0e8-9d55bc3d0c52",
108108
"links": {
109-
"evaluations": "https://eastus.api.cognitive.microsoft.com/speechtotext/v3.1/projects/1cdfa276-0f9d-425b-a942-5f2be93017ed/evaluations",
110-
"datasets": "https://eastus.api.cognitive.microsoft.com/speechtotext/v3.1/projects/1cdfa276-0f9d-425b-a942-5f2be93017ed/datasets",
111-
"models": "https://eastus.api.cognitive.microsoft.com/speechtotext/v3.1/projects/1cdfa276-0f9d-425b-a942-5f2be93017ed/models",
112-
"endpoints": "https://eastus.api.cognitive.microsoft.com/speechtotext/v3.1/projects/1cdfa276-0f9d-425b-a942-5f2be93017ed/endpoints",
113-
"transcriptions": "https://eastus.api.cognitive.microsoft.com/speechtotext/v3.1/projects/1cdfa276-0f9d-425b-a942-5f2be93017ed/transcriptions"
109+
"evaluations": "https://eastus.api.cognitive.microsoft.com/speechtotext/v3.2/projects/0198f569-cc11-4099-a0e8-9d55bc3d0c52/evaluations",
110+
"datasets": "https://eastus.api.cognitive.microsoft.com/speechtotext/v3.2/projects/0198f569-cc11-4099-a0e8-9d55bc3d0c52/datasets",
111+
"models": "https://eastus.api.cognitive.microsoft.com/speechtotext/v3.2/projects/0198f569-cc11-4099-a0e8-9d55bc3d0c52/models",
112+
"endpoints": "https://eastus.api.cognitive.microsoft.com/speechtotext/v3.2/projects/0198f569-cc11-4099-a0e8-9d55bc3d0c52/endpoints",
113+
"transcriptions": "https://eastus.api.cognitive.microsoft.com/speechtotext/v3.2/projects/0198f569-cc11-4099-a0e8-9d55bc3d0c52/transcriptions"
114114
},
115115
"properties": {
116116
"datasetCount": 0,
@@ -119,7 +119,7 @@ You should receive a response body in the following format:
119119
"transcriptionCount": 0,
120120
"endpointCount": 0
121121
},
122-
"createdDateTime": "2022-05-17T22:15:18Z",
122+
"createdDateTime": "2024-07-14T17:15:55Z",
123123
"locale": "en-US",
124124
"displayName": "My Project",
125125
"description": "My Project Description"

articles/ai-services/speech-service/how-to-custom-speech-deploy-model.md

Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: eric-urban
66
manager: nitinme
77
ms.service: azure-ai-speech
88
ms.topic: how-to
9-
ms.date: 4/15/2024
9+
ms.date: 7/15/2024
1010
ms.author: eur
1111
zone_pivot_groups: speech-studio-cli-rest
1212
---
@@ -68,19 +68,19 @@ To create an endpoint and deploy a model, use the `spx csr endpoint create` comm
6868
Here's an example Speech CLI command to create an endpoint and deploy a model:
6969

7070
```azurecli-interactive
71-
spx csr endpoint create --api-version v3.1 --project YourProjectId --model YourModelId --name "My Endpoint" --description "My Endpoint Description" --language "en-US"
71+
spx csr endpoint create --api-version v3.2 --project YourProjectId --model YourModelId --name "My Endpoint" --description "My Endpoint Description" --language "en-US"
7272
```
7373

7474
You should receive a response body in the following format:
7575

7676
```json
7777
{
78-
"self": "https://eastus.api.cognitive.microsoft.com/speechtotext/v3.1/endpoints/98375aaa-40c2-42c4-b65c-f76734fc7790",
78+
"self": "https://eastus.api.cognitive.microsoft.com/speechtotext/v3.2/endpoints/98375aaa-40c2-42c4-b65c-f76734fc7790",
7979
"model": {
80-
"self": "https://eastus.api.cognitive.microsoft.com/speechtotext/v3.1/models/base/ae8d1643-53e4-4554-be4c-221dcfb471c5"
80+
"self": "https://eastus.api.cognitive.microsoft.com/speechtotext/v3.2/models/base/ae8d1643-53e4-4554-be4c-221dcfb471c5"
8181
},
8282
"links": {
83-
"logs": "https://eastus.api.cognitive.microsoft.com/speechtotext/v3.1/endpoints/98375aaa-40c2-42c4-b65c-f76734fc7790/files/logs",
83+
"logs": "https://eastus.api.cognitive.microsoft.com/speechtotext/v3.2/endpoints/98375aaa-40c2-42c4-b65c-f76734fc7790/files/logs",
8484
"restInteractive": "https://eastus.stt.speech.microsoft.com/speech/recognition/interactive/cognitiveservices/v1?cid=98375aaa-40c2-42c4-b65c-f76734fc7790",
8585
"restConversation": "https://eastus.stt.speech.microsoft.com/speech/recognition/conversation/cognitiveservices/v1?cid=98375aaa-40c2-42c4-b65c-f76734fc7790",
8686
"restDictation": "https://eastus.stt.speech.microsoft.com/speech/recognition/dictation/cognitiveservices/v1?cid=98375aaa-40c2-42c4-b65c-f76734fc7790",
@@ -89,7 +89,7 @@ You should receive a response body in the following format:
8989
"webSocketDictation": "wss://eastus.stt.speech.microsoft.com/speech/recognition/dictation/cognitiveservices/v1?cid=98375aaa-40c2-42c4-b65c-f76734fc7790"
9090
},
9191
"project": {
92-
"self": "https://eastus.api.cognitive.microsoft.com/speechtotext/v3.1/projects/d40f2eb8-1abf-4f72-9008-a5ae8add82a4"
92+
"self": "https://eastus.api.cognitive.microsoft.com/speechtotext/v3.2/projects/d40f2eb8-1abf-4f72-9008-a5ae8add82a4"
9393
},
9494
"properties": {
9595
"loggingEnabled": true
@@ -128,30 +128,30 @@ Make an HTTP POST request using the URI as shown in the following [Endpoints_Cre
128128
```azurecli-interactive
129129
curl -v -X POST -H "Ocp-Apim-Subscription-Key: YourSubscriptionKey" -H "Content-Type: application/json" -d '{
130130
"project": {
131-
"self": "https://eastus.api.cognitive.microsoft.com/speechtotext/v3.1/projects/d40f2eb8-1abf-4f72-9008-a5ae8add82a4"
131+
"self": "https://eastus.api.cognitive.microsoft.com/speechtotext/v3.2/projects/d40f2eb8-1abf-4f72-9008-a5ae8add82a4"
132132
},
133133
"properties": {
134134
"loggingEnabled": true
135135
},
136136
"displayName": "My Endpoint",
137137
"description": "My Endpoint Description",
138138
"model": {
139-
"self": "https://eastus.api.cognitive.microsoft.com/speechtotext/v3.1/models/base/ae8d1643-53e4-4554-be4c-221dcfb471c5"
139+
"self": "https://eastus.api.cognitive.microsoft.com/speechtotext/v3.2/models/base/ae8d1643-53e4-4554-be4c-221dcfb471c5"
140140
},
141141
"locale": "en-US",
142-
}' "https://YourServiceRegion.api.cognitive.microsoft.com/speechtotext/v3.1/endpoints"
142+
}' "https://YourServiceRegion.api.cognitive.microsoft.com/speechtotext/v3.2/endpoints"
143143
```
144144

145145
You should receive a response body in the following format:
146146

147147
```json
148148
{
149-
"self": "https://eastus.api.cognitive.microsoft.com/speechtotext/v3.1/endpoints/98375aaa-40c2-42c4-b65c-f76734fc7790",
149+
"self": "https://eastus.api.cognitive.microsoft.com/speechtotext/v3.2/endpoints/98375aaa-40c2-42c4-b65c-f76734fc7790",
150150
"model": {
151-
"self": "https://eastus.api.cognitive.microsoft.com/speechtotext/v3.1/models/base/ae8d1643-53e4-4554-be4c-221dcfb471c5"
151+
"self": "https://eastus.api.cognitive.microsoft.com/speechtotext/v3.2/models/base/ae8d1643-53e4-4554-be4c-221dcfb471c5"
152152
},
153153
"links": {
154-
"logs": "https://eastus.api.cognitive.microsoft.com/speechtotext/v3.1/endpoints/98375aaa-40c2-42c4-b65c-f76734fc7790/files/logs",
154+
"logs": "https://eastus.api.cognitive.microsoft.com/speechtotext/v3.2/endpoints/98375aaa-40c2-42c4-b65c-f76734fc7790/files/logs",
155155
"restInteractive": "https://eastus.stt.speech.microsoft.com/speech/recognition/interactive/cognitiveservices/v1?cid=98375aaa-40c2-42c4-b65c-f76734fc7790",
156156
"restConversation": "https://eastus.stt.speech.microsoft.com/speech/recognition/conversation/cognitiveservices/v1?cid=98375aaa-40c2-42c4-b65c-f76734fc7790",
157157
"restDictation": "https://eastus.stt.speech.microsoft.com/speech/recognition/dictation/cognitiveservices/v1?cid=98375aaa-40c2-42c4-b65c-f76734fc7790",
@@ -160,7 +160,7 @@ You should receive a response body in the following format:
160160
"webSocketDictation": "wss://eastus.stt.speech.microsoft.com/speech/recognition/dictation/cognitiveservices/v1?cid=98375aaa-40c2-42c4-b65c-f76734fc7790"
161161
},
162162
"project": {
163-
"self": "https://eastus.api.cognitive.microsoft.com/speechtotext/v3.1/projects/d40f2eb8-1abf-4f72-9008-a5ae8add82a4"
163+
"self": "https://eastus.api.cognitive.microsoft.com/speechtotext/v3.2/projects/d40f2eb8-1abf-4f72-9008-a5ae8add82a4"
164164
},
165165
"properties": {
166166
"loggingEnabled": true
@@ -204,19 +204,19 @@ To redeploy the custom endpoint with a new model, use the `spx csr model update`
204204
Here's an example Speech CLI command that redeploys the custom endpoint with a new model:
205205

206206
```azurecli-interactive
207-
spx csr endpoint update --api-version v3.1 --endpoint YourEndpointId --model YourModelId
207+
spx csr endpoint update --api-version v3.2 --endpoint YourEndpointId --model YourModelId
208208
```
209209

210210
You should receive a response body in the following format:
211211

212212
```json
213213
{
214-
"self": "https://eastus.api.cognitive.microsoft.com/speechtotext/v3.1/endpoints/98375aaa-40c2-42c4-b65c-f76734fc7790",
214+
"self": "https://eastus.api.cognitive.microsoft.com/speechtotext/v3.2/endpoints/98375aaa-40c2-42c4-b65c-f76734fc7790",
215215
"model": {
216-
"self": "https://eastus.api.cognitive.microsoft.com/speechtotext/v3.1/models/1e47c19d-12ca-4ba5-b177-9e04bd72cf98"
216+
"self": "https://eastus.api.cognitive.microsoft.com/speechtotext/v3.2/models/1e47c19d-12ca-4ba5-b177-9e04bd72cf98"
217217
},
218218
"links": {
219-
"logs": "https://eastus.api.cognitive.microsoft.com/speechtotext/v3.1/endpoints/98375aaa-40c2-42c4-b65c-f76734fc7790/files/logs",
219+
"logs": "https://eastus.api.cognitive.microsoft.com/speechtotext/v3.2/endpoints/98375aaa-40c2-42c4-b65c-f76734fc7790/files/logs",
220220
"restInteractive": "https://eastus.stt.speech.microsoft.com/speech/recognition/interactive/cognitiveservices/v1?cid=98375aaa-40c2-42c4-b65c-f76734fc7790",
221221
"restConversation": "https://eastus.stt.speech.microsoft.com/speech/recognition/conversation/cognitiveservices/v1?cid=98375aaa-40c2-42c4-b65c-f76734fc7790",
222222
"restDictation": "https://eastus.stt.speech.microsoft.com/speech/recognition/dictation/cognitiveservices/v1?cid=98375aaa-40c2-42c4-b65c-f76734fc7790",
@@ -225,7 +225,7 @@ You should receive a response body in the following format:
225225
"webSocketDictation": "wss://eastus.stt.speech.microsoft.com/speech/recognition/dictation/cognitiveservices/v1?cid=98375aaa-40c2-42c4-b65c-f76734fc7790"
226226
},
227227
"project": {
228-
"self": "https://eastus.api.cognitive.microsoft.com/speechtotext/v3.1/projects/639d5280-8995-40cc-9329-051fd0fddd46"
228+
"self": "https://eastus.api.cognitive.microsoft.com/speechtotext/v3.2/projects/639d5280-8995-40cc-9329-051fd0fddd46"
229229
},
230230
"properties": {
231231
"loggingEnabled": true
@@ -258,21 +258,21 @@ Make an HTTP PATCH request using the URI as shown in the following example. Repl
258258
```azurecli-interactive
259259
curl -v -X PATCH -H "Ocp-Apim-Subscription-Key: YourSubscriptionKey" -H "Content-Type: application/json" -d '{
260260
"model": {
261-
"self": "https://eastus.api.cognitive.microsoft.com/speechtotext/v3.1/models/1e47c19d-12ca-4ba5-b177-9e04bd72cf98"
261+
"self": "https://eastus.api.cognitive.microsoft.com/speechtotext/v3.2/models/1e47c19d-12ca-4ba5-b177-9e04bd72cf98"
262262
}
263-
}' "https://YourServiceRegion.api.cognitive.microsoft.com/speechtotext/v3.1/endpoints/YourEndpointId"
263+
}' "https://YourServiceRegion.api.cognitive.microsoft.com/speechtotext/v3.2/endpoints/YourEndpointId"
264264
```
265265

266266
You should receive a response body in the following format:
267267

268268
```json
269269
{
270-
"self": "https://eastus.api.cognitive.microsoft.com/speechtotext/v3.1/endpoints/98375aaa-40c2-42c4-b65c-f76734fc7790",
270+
"self": "https://eastus.api.cognitive.microsoft.com/speechtotext/v3.2/endpoints/98375aaa-40c2-42c4-b65c-f76734fc7790",
271271
"model": {
272-
"self": "https://eastus.api.cognitive.microsoft.com/speechtotext/v3.1/models/1e47c19d-12ca-4ba5-b177-9e04bd72cf98"
272+
"self": "https://eastus.api.cognitive.microsoft.com/speechtotext/v3.2/models/1e47c19d-12ca-4ba5-b177-9e04bd72cf98"
273273
},
274274
"links": {
275-
"logs": "https://eastus.api.cognitive.microsoft.com/speechtotext/v3.1/endpoints/98375aaa-40c2-42c4-b65c-f76734fc7790/files/logs",
275+
"logs": "https://eastus.api.cognitive.microsoft.com/speechtotext/v3.2/endpoints/98375aaa-40c2-42c4-b65c-f76734fc7790/files/logs",
276276
"restInteractive": "https://eastus.stt.speech.microsoft.com/speech/recognition/interactive/cognitiveservices/v1?cid=98375aaa-40c2-42c4-b65c-f76734fc7790",
277277
"restConversation": "https://eastus.stt.speech.microsoft.com/speech/recognition/conversation/cognitiveservices/v1?cid=98375aaa-40c2-42c4-b65c-f76734fc7790",
278278
"restDictation": "https://eastus.stt.speech.microsoft.com/speech/recognition/dictation/cognitiveservices/v1?cid=98375aaa-40c2-42c4-b65c-f76734fc7790",
@@ -281,7 +281,7 @@ You should receive a response body in the following format:
281281
"webSocketDictation": "wss://eastus.stt.speech.microsoft.com/speech/recognition/dictation/cognitiveservices/v1?cid=98375aaa-40c2-42c4-b65c-f76734fc7790"
282282
},
283283
"project": {
284-
"self": "https://eastus.api.cognitive.microsoft.com/speechtotext/v3.1/projects/639d5280-8995-40cc-9329-051fd0fddd46"
284+
"self": "https://eastus.api.cognitive.microsoft.com/speechtotext/v3.2/projects/639d5280-8995-40cc-9329-051fd0fddd46"
285285
},
286286
"properties": {
287287
"loggingEnabled": true
@@ -323,7 +323,7 @@ To get logs for an endpoint, use the `spx csr endpoint list` command. Construct
323323
Here's an example Speech CLI command that gets logs for an endpoint:
324324

325325
```azurecli-interactive
326-
spx csr endpoint list --api-version v3.1 --endpoint YourEndpointId
326+
spx csr endpoint list --api-version v3.2 --endpoint YourEndpointId
327327
```
328328

329329
The locations of each log file with more details are returned in the response body.
@@ -337,19 +337,19 @@ To get logs for an endpoint, start by using the [Endpoints_Get](/rest/api/speech
337337
Make an HTTP GET request using the URI as shown in the following example. Replace `YourEndpointId` with your endpoint ID, replace `YourSubscriptionKey` with your Speech resource key, and replace `YourServiceRegion` with your Speech resource region.
338338

339339
```azurecli-interactive
340-
curl -v -X GET "https://YourServiceRegion.api.cognitive.microsoft.com/speechtotext/v3.1/endpoints/YourEndpointId" -H "Ocp-Apim-Subscription-Key: YourSubscriptionKey"
340+
curl -v -X GET "https://YourServiceRegion.api.cognitive.microsoft.com/speechtotext/v3.2/endpoints/YourEndpointId" -H "Ocp-Apim-Subscription-Key: YourSubscriptionKey"
341341
```
342342

343343
You should receive a response body in the following format:
344344

345345
```json
346346
{
347-
"self": "https://eastus.api.cognitive.microsoft.com/speechtotext/v3.1/endpoints/98375aaa-40c2-42c4-b65c-f76734fc7790",
347+
"self": "https://eastus.api.cognitive.microsoft.com/speechtotext/v3.2/endpoints/98375aaa-40c2-42c4-b65c-f76734fc7790",
348348
"model": {
349-
"self": "https://eastus.api.cognitive.microsoft.com/speechtotext/v3.1/models/1e47c19d-12ca-4ba5-b177-9e04bd72cf98"
349+
"self": "https://eastus.api.cognitive.microsoft.com/speechtotext/v3.2/models/1e47c19d-12ca-4ba5-b177-9e04bd72cf98"
350350
},
351351
"links": {
352-
"logs": "https://eastus.api.cognitive.microsoft.com/speechtotext/v3.1/endpoints/98375aaa-40c2-42c4-b65c-f76734fc7790/files/logs",
352+
"logs": "https://eastus.api.cognitive.microsoft.com/speechtotext/v3.2/endpoints/98375aaa-40c2-42c4-b65c-f76734fc7790/files/logs",
353353
"restInteractive": "https://eastus.stt.speech.microsoft.com/speech/recognition/interactive/cognitiveservices/v1?cid=98375aaa-40c2-42c4-b65c-f76734fc7790",
354354
"restConversation": "https://eastus.stt.speech.microsoft.com/speech/recognition/conversation/cognitiveservices/v1?cid=98375aaa-40c2-42c4-b65c-f76734fc7790",
355355
"restDictation": "https://eastus.stt.speech.microsoft.com/speech/recognition/dictation/cognitiveservices/v1?cid=98375aaa-40c2-42c4-b65c-f76734fc7790",
@@ -358,7 +358,7 @@ You should receive a response body in the following format:
358358
"webSocketDictation": "wss://eastus.stt.speech.microsoft.com/speech/recognition/dictation/cognitiveservices/v1?cid=98375aaa-40c2-42c4-b65c-f76734fc7790"
359359
},
360360
"project": {
361-
"self": "https://eastus.api.cognitive.microsoft.com/speechtotext/v3.1/projects/2f78cdb7-58ac-4bd9-9bc6-170e31483b26"
361+
"self": "https://eastus.api.cognitive.microsoft.com/speechtotext/v3.2/projects/2f78cdb7-58ac-4bd9-9bc6-170e31483b26"
362362
},
363363
"properties": {
364364
"loggingEnabled": true
@@ -376,7 +376,7 @@ Make an HTTP GET request using the "logs" URI from the previous response body. R
376376

377377

378378
```curl
379-
curl -v -X GET "https://YourServiceRegion.api.cognitive.microsoft.com/speechtotext/v3.1/endpoints/YourEndpointId/files/logs" -H "Ocp-Apim-Subscription-Key: YourSubscriptionKey"
379+
curl -v -X GET "https://YourServiceRegion.api.cognitive.microsoft.com/speechtotext/v3.2/endpoints/YourEndpointId/files/logs" -H "Ocp-Apim-Subscription-Key: YourSubscriptionKey"
380380
```
381381

382382
The locations of each log file with more details are returned in the response body.

0 commit comments

Comments
 (0)