@@ -75,28 +75,28 @@ You should receive a response body in the following format:
75
75
76
76
``` json
77
77
{
78
- "self" : " https://eastus.api.cognitive.microsoft.com/speechtotext/v3.2/endpoints/98375aaa-40c2-42c4-b65c-f76734fc7790 " ,
78
+ "self" : " https://eastus.api.cognitive.microsoft.com/speechtotext/v3.2/endpoints/a07164e8-22d1-4eb7-aa31-bf6bb1097f37 " ,
79
79
"model" : {
80
- "self" : " https://eastus.api.cognitive.microsoft.com/speechtotext/v3.2/models/base/ae8d1643-53e4-4554-be4c-221dcfb471c5 "
80
+ "self" : " https://eastus.api.cognitive.microsoft.com/speechtotext/v3.2/models/9e240dc1-3d2d-4ac9-98ec-1be05ba0e9dd "
81
81
},
82
82
"links" : {
83
- "logs" : " https://eastus.api.cognitive.microsoft.com/speechtotext/v3.2/endpoints/98375aaa-40c2-42c4-b65c-f76734fc7790 /files/logs" ,
84
- "restInteractive" : " https://eastus.stt.speech.microsoft.com/speech/recognition/interactive/cognitiveservices/v1?cid=98375aaa-40c2-42c4-b65c-f76734fc7790 " ,
85
- "restConversation" : " https://eastus.stt.speech.microsoft.com/speech/recognition/conversation/cognitiveservices/v1?cid=98375aaa-40c2-42c4-b65c-f76734fc7790 " ,
86
- "restDictation" : " https://eastus.stt.speech.microsoft.com/speech/recognition/dictation/cognitiveservices/v1?cid=98375aaa-40c2-42c4-b65c-f76734fc7790 " ,
87
- "webSocketInteractive" : " wss://eastus.stt.speech.microsoft.com/speech/recognition/interactive/cognitiveservices/v1?cid=98375aaa-40c2-42c4-b65c-f76734fc7790 " ,
88
- "webSocketConversation" : " wss://eastus.stt.speech.microsoft.com/speech/recognition/conversation/cognitiveservices/v1?cid=98375aaa-40c2-42c4-b65c-f76734fc7790 " ,
89
- "webSocketDictation" : " wss://eastus.stt.speech.microsoft.com/speech/recognition/dictation/cognitiveservices/v1?cid=98375aaa-40c2-42c4-b65c-f76734fc7790 "
83
+ "logs" : " https://eastus.api.cognitive.microsoft.com/speechtotext/v3.2/endpoints/a07164e8-22d1-4eb7-aa31-bf6bb1097f37 /files/logs" ,
84
+ "restInteractive" : " https://eastus.stt.speech.microsoft.com/speech/recognition/interactive/cognitiveservices/v1?cid=a07164e8-22d1-4eb7-aa31-bf6bb1097f37 " ,
85
+ "restConversation" : " https://eastus.stt.speech.microsoft.com/speech/recognition/conversation/cognitiveservices/v1?cid=a07164e8-22d1-4eb7-aa31-bf6bb1097f37 " ,
86
+ "restDictation" : " https://eastus.stt.speech.microsoft.com/speech/recognition/dictation/cognitiveservices/v1?cid=a07164e8-22d1-4eb7-aa31-bf6bb1097f37 " ,
87
+ "webSocketInteractive" : " wss://eastus.stt.speech.microsoft.com/speech/recognition/interactive/cognitiveservices/v1?cid=a07164e8-22d1-4eb7-aa31-bf6bb1097f37 " ,
88
+ "webSocketConversation" : " wss://eastus.stt.speech.microsoft.com/speech/recognition/conversation/cognitiveservices/v1?cid=a07164e8-22d1-4eb7-aa31-bf6bb1097f37 " ,
89
+ "webSocketDictation" : " wss://eastus.stt.speech.microsoft.com/speech/recognition/dictation/cognitiveservices/v1?cid=a07164e8-22d1-4eb7-aa31-bf6bb1097f37 "
90
90
},
91
91
"project" : {
92
- "self" : " https://eastus.api.cognitive.microsoft.com/speechtotext/v3.2/projects/d40f2eb8-1abf-4f72-9008-a5ae8add82a4 "
92
+ "self" : " https://eastus.api.cognitive.microsoft.com/speechtotext/v3.2/projects/0198f569-cc11-4099-a0e8-9d55bc3d0c52 "
93
93
},
94
94
"properties" : {
95
95
"loggingEnabled" : true
96
96
},
97
- "lastActionDateTime" : " 2022-05-19T15:27:51Z " ,
97
+ "lastActionDateTime" : " 2024-07-15T16:29:36Z " ,
98
98
"status" : " NotStarted" ,
99
- "createdDateTime" : " 2022-05-19T15:27:51Z " ,
99
+ "createdDateTime" : " 2024-07-15T16:29:36Z " ,
100
100
"locale" : " en-US" ,
101
101
"displayName" : " My Endpoint" ,
102
102
"description" : " My Endpoint Description"
@@ -128,7 +128,7 @@ Make an HTTP POST request using the URI as shown in the following [Endpoints_Cre
128
128
``` azurecli-interactive
129
129
curl -v -X POST -H "Ocp-Apim-Subscription-Key: YourSubscriptionKey" -H "Content-Type: application/json" -d '{
130
130
"project": {
131
- "self": "https://eastus.api.cognitive.microsoft.com/speechtotext/v3.2/projects/d40f2eb8-1abf-4f72-9008-a5ae8add82a4 "
131
+ "self": "https://eastus.api.cognitive.microsoft.com/speechtotext/v3.2/projects/0198f569-cc11-4099-a0e8-9d55bc3d0c52 "
132
132
},
133
133
"properties": {
134
134
"loggingEnabled": true
@@ -146,28 +146,28 @@ You should receive a response body in the following format:
146
146
147
147
``` json
148
148
{
149
- "self" : " https://eastus.api.cognitive.microsoft.com/speechtotext/v3.2/endpoints/98375aaa-40c2-42c4-b65c-f76734fc7790 " ,
149
+ "self" : " https://eastus.api.cognitive.microsoft.com/speechtotext/v3.2/endpoints/a07164e8-22d1-4eb7-aa31-bf6bb1097f37 " ,
150
150
"model" : {
151
- "self" : " https://eastus.api.cognitive.microsoft.com/speechtotext/v3.2/models/base/ae8d1643-53e4-4554-be4c-221dcfb471c5 "
151
+ "self" : " https://eastus.api.cognitive.microsoft.com/speechtotext/v3.2/models/9e240dc1-3d2d-4ac9-98ec-1be05ba0e9dd "
152
152
},
153
153
"links" : {
154
- "logs" : " https://eastus.api.cognitive.microsoft.com/speechtotext/v3.2/endpoints/98375aaa-40c2-42c4-b65c-f76734fc7790 /files/logs" ,
155
- "restInteractive" : " https://eastus.stt.speech.microsoft.com/speech/recognition/interactive/cognitiveservices/v1?cid=98375aaa-40c2-42c4-b65c-f76734fc7790 " ,
156
- "restConversation" : " https://eastus.stt.speech.microsoft.com/speech/recognition/conversation/cognitiveservices/v1?cid=98375aaa-40c2-42c4-b65c-f76734fc7790 " ,
157
- "restDictation" : " https://eastus.stt.speech.microsoft.com/speech/recognition/dictation/cognitiveservices/v1?cid=98375aaa-40c2-42c4-b65c-f76734fc7790 " ,
158
- "webSocketInteractive" : " wss://eastus.stt.speech.microsoft.com/speech/recognition/interactive/cognitiveservices/v1?cid=98375aaa-40c2-42c4-b65c-f76734fc7790 " ,
159
- "webSocketConversation" : " wss://eastus.stt.speech.microsoft.com/speech/recognition/conversation/cognitiveservices/v1?cid=98375aaa-40c2-42c4-b65c-f76734fc7790 " ,
160
- "webSocketDictation" : " wss://eastus.stt.speech.microsoft.com/speech/recognition/dictation/cognitiveservices/v1?cid=98375aaa-40c2-42c4-b65c-f76734fc7790 "
154
+ "logs" : " https://eastus.api.cognitive.microsoft.com/speechtotext/v3.2/endpoints/a07164e8-22d1-4eb7-aa31-bf6bb1097f37 /files/logs" ,
155
+ "restInteractive" : " https://eastus.stt.speech.microsoft.com/speech/recognition/interactive/cognitiveservices/v1?cid=a07164e8-22d1-4eb7-aa31-bf6bb1097f37 " ,
156
+ "restConversation" : " https://eastus.stt.speech.microsoft.com/speech/recognition/conversation/cognitiveservices/v1?cid=a07164e8-22d1-4eb7-aa31-bf6bb1097f37 " ,
157
+ "restDictation" : " https://eastus.stt.speech.microsoft.com/speech/recognition/dictation/cognitiveservices/v1?cid=a07164e8-22d1-4eb7-aa31-bf6bb1097f37 " ,
158
+ "webSocketInteractive" : " wss://eastus.stt.speech.microsoft.com/speech/recognition/interactive/cognitiveservices/v1?cid=a07164e8-22d1-4eb7-aa31-bf6bb1097f37 " ,
159
+ "webSocketConversation" : " wss://eastus.stt.speech.microsoft.com/speech/recognition/conversation/cognitiveservices/v1?cid=a07164e8-22d1-4eb7-aa31-bf6bb1097f37 " ,
160
+ "webSocketDictation" : " wss://eastus.stt.speech.microsoft.com/speech/recognition/dictation/cognitiveservices/v1?cid=a07164e8-22d1-4eb7-aa31-bf6bb1097f37 "
161
161
},
162
162
"project" : {
163
- "self" : " https://eastus.api.cognitive.microsoft.com/speechtotext/v3.2/projects/d40f2eb8-1abf-4f72-9008-a5ae8add82a4 "
163
+ "self" : " https://eastus.api.cognitive.microsoft.com/speechtotext/v3.2/projects/0198f569-cc11-4099-a0e8-9d55bc3d0c52 "
164
164
},
165
165
"properties" : {
166
166
"loggingEnabled" : true
167
167
},
168
- "lastActionDateTime" : " 2022-05-19T15:27:51Z " ,
168
+ "lastActionDateTime" : " 2024-07-15T16:29:36Z " ,
169
169
"status" : " NotStarted" ,
170
- "createdDateTime" : " 2022-05-19T15:27:51Z " ,
170
+ "createdDateTime" : " 2024-07-15T16:29:36Z " ,
171
171
"locale" : " en-US" ,
172
172
"displayName" : " My Endpoint" ,
173
173
"description" : " My Endpoint Description"
@@ -211,31 +211,31 @@ You should receive a response body in the following format:
211
211
212
212
``` json
213
213
{
214
- "self" : " https://eastus.api.cognitive.microsoft.com/speechtotext/v3.2/endpoints/98375aaa-40c2-42c4-b65c-f76734fc7790 " ,
214
+ "self" : " https://eastus.api.cognitive.microsoft.com/speechtotext/v3.2/endpoints/a07164e8-22d1-4eb7-aa31-bf6bb1097f37 " ,
215
215
"model" : {
216
- "self" : " https://eastus.api.cognitive.microsoft.com/speechtotext/v3.2/models/1e47c19d-12ca-4ba5-b177-9e04bd72cf98 "
216
+ "self" : " https://eastus.api.cognitive.microsoft.com/speechtotext/v3.2/models/9e240dc1-3d2d-4ac9-98ec-1be05ba0e9dd "
217
217
},
218
218
"links" : {
219
- "logs" : " https://eastus.api.cognitive.microsoft.com/speechtotext/v3.2/endpoints/98375aaa-40c2-42c4-b65c-f76734fc7790 /files/logs" ,
220
- "restInteractive" : " https://eastus.stt.speech.microsoft.com/speech/recognition/interactive/cognitiveservices/v1?cid=98375aaa-40c2-42c4-b65c-f76734fc7790 " ,
221
- "restConversation" : " https://eastus.stt.speech.microsoft.com/speech/recognition/conversation/cognitiveservices/v1?cid=98375aaa-40c2-42c4-b65c-f76734fc7790 " ,
222
- "restDictation" : " https://eastus.stt.speech.microsoft.com/speech/recognition/dictation/cognitiveservices/v1?cid=98375aaa-40c2-42c4-b65c-f76734fc7790 " ,
223
- "webSocketInteractive" : " wss://eastus.stt.speech.microsoft.com/speech/recognition/interactive/cognitiveservices/v1?cid=98375aaa-40c2-42c4-b65c-f76734fc7790 " ,
224
- "webSocketConversation" : " wss://eastus.stt.speech.microsoft.com/speech/recognition/conversation/cognitiveservices/v1?cid=98375aaa-40c2-42c4-b65c-f76734fc7790 " ,
225
- "webSocketDictation" : " wss://eastus.stt.speech.microsoft.com/speech/recognition/dictation/cognitiveservices/v1?cid=98375aaa-40c2-42c4-b65c-f76734fc7790 "
219
+ "logs" : " https://eastus.api.cognitive.microsoft.com/speechtotext/v3.2/endpoints/a07164e8-22d1-4eb7-aa31-bf6bb1097f37 /files/logs" ,
220
+ "restInteractive" : " https://eastus.stt.speech.microsoft.com/speech/recognition/interactive/cognitiveservices/v1?cid=a07164e8-22d1-4eb7-aa31-bf6bb1097f37 " ,
221
+ "restConversation" : " https://eastus.stt.speech.microsoft.com/speech/recognition/conversation/cognitiveservices/v1?cid=a07164e8-22d1-4eb7-aa31-bf6bb1097f37 " ,
222
+ "restDictation" : " https://eastus.stt.speech.microsoft.com/speech/recognition/dictation/cognitiveservices/v1?cid=a07164e8-22d1-4eb7-aa31-bf6bb1097f37 " ,
223
+ "webSocketInteractive" : " wss://eastus.stt.speech.microsoft.com/speech/recognition/interactive/cognitiveservices/v1?cid=a07164e8-22d1-4eb7-aa31-bf6bb1097f37 " ,
224
+ "webSocketConversation" : " wss://eastus.stt.speech.microsoft.com/speech/recognition/conversation/cognitiveservices/v1?cid=a07164e8-22d1-4eb7-aa31-bf6bb1097f37 " ,
225
+ "webSocketDictation" : " wss://eastus.stt.speech.microsoft.com/speech/recognition/dictation/cognitiveservices/v1?cid=a07164e8-22d1-4eb7-aa31-bf6bb1097f37 "
226
226
},
227
227
"project" : {
228
- "self" : " https://eastus.api.cognitive.microsoft.com/speechtotext/v3.2/projects/639d5280-8995-40cc-9329-051fd0fddd46 "
228
+ "self" : " https://eastus.api.cognitive.microsoft.com/speechtotext/v3.2/projects/0198f569-cc11-4099-a0e8-9d55bc3d0c52 "
229
229
},
230
230
"properties" : {
231
231
"loggingEnabled" : true
232
232
},
233
- "lastActionDateTime" : " 2022-05-19T23:01:34Z " ,
234
- "status" : " NotStarted " ,
235
- "createdDateTime" : " 2022-05-19T15:41:27Z " ,
233
+ "lastActionDateTime" : " 2024-07-15T16:30:12Z " ,
234
+ "status" : " Succeeded " ,
235
+ "createdDateTime" : " 2024-07-15T16:29:36Z " ,
236
236
"locale" : " en-US" ,
237
237
"displayName" : " My Endpoint" ,
238
- "description" : " My Updated Endpoint Description"
238
+ "description" : " My Endpoint Description"
239
239
}
240
240
```
241
241
@@ -258,40 +258,40 @@ Make an HTTP PATCH request using the URI as shown in the following example. Repl
258
258
``` azurecli-interactive
259
259
curl -v -X PATCH -H "Ocp-Apim-Subscription-Key: YourSubscriptionKey" -H "Content-Type: application/json" -d '{
260
260
"model": {
261
- "self": "https://eastus.api.cognitive.microsoft.com/speechtotext/v3.2/models/1e47c19d-12ca-4ba5-b177-9e04bd72cf98 "
262
- }
261
+ "self": "https://eastus.api.cognitive.microsoft.com/speechtotext/v3.2/models/9e240dc1-3d2d-4ac9-98ec-1be05ba0e9dd "
262
+ },
263
263
}' "https://YourServiceRegion.api.cognitive.microsoft.com/speechtotext/v3.2/endpoints/YourEndpointId"
264
264
```
265
265
266
266
You should receive a response body in the following format:
267
267
268
268
``` json
269
269
{
270
- "self" : " https://eastus.api.cognitive.microsoft.com/speechtotext/v3.2/endpoints/98375aaa-40c2-42c4-b65c-f76734fc7790 " ,
270
+ "self" : " https://eastus.api.cognitive.microsoft.com/speechtotext/v3.2/endpoints/a07164e8-22d1-4eb7-aa31-bf6bb1097f37 " ,
271
271
"model" : {
272
- "self" : " https://eastus.api.cognitive.microsoft.com/speechtotext/v3.2/models/1e47c19d-12ca-4ba5-b177-9e04bd72cf98 "
272
+ "self" : " https://eastus.api.cognitive.microsoft.com/speechtotext/v3.2/models/9e240dc1-3d2d-4ac9-98ec-1be05ba0e9dd "
273
273
},
274
274
"links" : {
275
- "logs" : " https://eastus.api.cognitive.microsoft.com/speechtotext/v3.2/endpoints/98375aaa-40c2-42c4-b65c-f76734fc7790 /files/logs" ,
276
- "restInteractive" : " https://eastus.stt.speech.microsoft.com/speech/recognition/interactive/cognitiveservices/v1?cid=98375aaa-40c2-42c4-b65c-f76734fc7790 " ,
277
- "restConversation" : " https://eastus.stt.speech.microsoft.com/speech/recognition/conversation/cognitiveservices/v1?cid=98375aaa-40c2-42c4-b65c-f76734fc7790 " ,
278
- "restDictation" : " https://eastus.stt.speech.microsoft.com/speech/recognition/dictation/cognitiveservices/v1?cid=98375aaa-40c2-42c4-b65c-f76734fc7790 " ,
279
- "webSocketInteractive" : " wss://eastus.stt.speech.microsoft.com/speech/recognition/interactive/cognitiveservices/v1?cid=98375aaa-40c2-42c4-b65c-f76734fc7790 " ,
280
- "webSocketConversation" : " wss://eastus.stt.speech.microsoft.com/speech/recognition/conversation/cognitiveservices/v1?cid=98375aaa-40c2-42c4-b65c-f76734fc7790 " ,
281
- "webSocketDictation" : " wss://eastus.stt.speech.microsoft.com/speech/recognition/dictation/cognitiveservices/v1?cid=98375aaa-40c2-42c4-b65c-f76734fc7790 "
275
+ "logs" : " https://eastus.api.cognitive.microsoft.com/speechtotext/v3.2/endpoints/a07164e8-22d1-4eb7-aa31-bf6bb1097f37 /files/logs" ,
276
+ "restInteractive" : " https://eastus.stt.speech.microsoft.com/speech/recognition/interactive/cognitiveservices/v1?cid=a07164e8-22d1-4eb7-aa31-bf6bb1097f37 " ,
277
+ "restConversation" : " https://eastus.stt.speech.microsoft.com/speech/recognition/conversation/cognitiveservices/v1?cid=a07164e8-22d1-4eb7-aa31-bf6bb1097f37 " ,
278
+ "restDictation" : " https://eastus.stt.speech.microsoft.com/speech/recognition/dictation/cognitiveservices/v1?cid=a07164e8-22d1-4eb7-aa31-bf6bb1097f37 " ,
279
+ "webSocketInteractive" : " wss://eastus.stt.speech.microsoft.com/speech/recognition/interactive/cognitiveservices/v1?cid=a07164e8-22d1-4eb7-aa31-bf6bb1097f37 " ,
280
+ "webSocketConversation" : " wss://eastus.stt.speech.microsoft.com/speech/recognition/conversation/cognitiveservices/v1?cid=a07164e8-22d1-4eb7-aa31-bf6bb1097f37 " ,
281
+ "webSocketDictation" : " wss://eastus.stt.speech.microsoft.com/speech/recognition/dictation/cognitiveservices/v1?cid=a07164e8-22d1-4eb7-aa31-bf6bb1097f37 "
282
282
},
283
283
"project" : {
284
- "self" : " https://eastus.api.cognitive.microsoft.com/speechtotext/v3.2/projects/639d5280-8995-40cc-9329-051fd0fddd46 "
284
+ "self" : " https://eastus.api.cognitive.microsoft.com/speechtotext/v3.2/projects/0198f569-cc11-4099-a0e8-9d55bc3d0c52 "
285
285
},
286
286
"properties" : {
287
287
"loggingEnabled" : true
288
288
},
289
- "lastActionDateTime" : " 2022-05-19T23:01:34Z " ,
290
- "status" : " NotStarted " ,
291
- "createdDateTime" : " 2022-05-19T15:41:27Z " ,
289
+ "lastActionDateTime" : " 2024-07-15T16:30:12Z " ,
290
+ "status" : " Succeeded " ,
291
+ "createdDateTime" : " 2024-07-15T16:29:36Z " ,
292
292
"locale" : " en-US" ,
293
293
"displayName" : " My Endpoint" ,
294
- "description" : " My Updated Endpoint Description"
294
+ "description" : " My Endpoint Description"
295
295
}
296
296
```
297
297
@@ -344,31 +344,31 @@ You should receive a response body in the following format:
344
344
345
345
``` json
346
346
{
347
- "self" : " https://eastus.api.cognitive.microsoft.com/speechtotext/v3.2/endpoints/98375aaa-40c2-42c4-b65c-f76734fc7790 " ,
347
+ "self" : " https://eastus.api.cognitive.microsoft.com/speechtotext/v3.2/endpoints/a07164e8-22d1-4eb7-aa31-bf6bb1097f37 " ,
348
348
"model" : {
349
- "self" : " https://eastus.api.cognitive.microsoft.com/speechtotext/v3.2/models/1e47c19d-12ca-4ba5-b177-9e04bd72cf98 "
349
+ "self" : " https://eastus.api.cognitive.microsoft.com/speechtotext/v3.2/models/9e240dc1-3d2d-4ac9-98ec-1be05ba0e9dd "
350
350
},
351
351
"links" : {
352
- "logs" : " https://eastus.api.cognitive.microsoft.com/speechtotext/v3.2/endpoints/98375aaa-40c2-42c4-b65c-f76734fc7790 /files/logs" ,
353
- "restInteractive" : " https://eastus.stt.speech.microsoft.com/speech/recognition/interactive/cognitiveservices/v1?cid=98375aaa-40c2-42c4-b65c-f76734fc7790 " ,
354
- "restConversation" : " https://eastus.stt.speech.microsoft.com/speech/recognition/conversation/cognitiveservices/v1?cid=98375aaa-40c2-42c4-b65c-f76734fc7790 " ,
355
- "restDictation" : " https://eastus.stt.speech.microsoft.com/speech/recognition/dictation/cognitiveservices/v1?cid=98375aaa-40c2-42c4-b65c-f76734fc7790 " ,
356
- "webSocketInteractive" : " wss://eastus.stt.speech.microsoft.com/speech/recognition/interactive/cognitiveservices/v1?cid=98375aaa-40c2-42c4-b65c-f76734fc7790 " ,
357
- "webSocketConversation" : " wss://eastus.stt.speech.microsoft.com/speech/recognition/conversation/cognitiveservices/v1?cid=98375aaa-40c2-42c4-b65c-f76734fc7790 " ,
358
- "webSocketDictation" : " wss://eastus.stt.speech.microsoft.com/speech/recognition/dictation/cognitiveservices/v1?cid=98375aaa-40c2-42c4-b65c-f76734fc7790 "
352
+ "logs" : " https://eastus.api.cognitive.microsoft.com/speechtotext/v3.2/endpoints/a07164e8-22d1-4eb7-aa31-bf6bb1097f37 /files/logs" ,
353
+ "restInteractive" : " https://eastus.stt.speech.microsoft.com/speech/recognition/interactive/cognitiveservices/v1?cid=a07164e8-22d1-4eb7-aa31-bf6bb1097f37 " ,
354
+ "restConversation" : " https://eastus.stt.speech.microsoft.com/speech/recognition/conversation/cognitiveservices/v1?cid=a07164e8-22d1-4eb7-aa31-bf6bb1097f37 " ,
355
+ "restDictation" : " https://eastus.stt.speech.microsoft.com/speech/recognition/dictation/cognitiveservices/v1?cid=a07164e8-22d1-4eb7-aa31-bf6bb1097f37 " ,
356
+ "webSocketInteractive" : " wss://eastus.stt.speech.microsoft.com/speech/recognition/interactive/cognitiveservices/v1?cid=a07164e8-22d1-4eb7-aa31-bf6bb1097f37 " ,
357
+ "webSocketConversation" : " wss://eastus.stt.speech.microsoft.com/speech/recognition/conversation/cognitiveservices/v1?cid=a07164e8-22d1-4eb7-aa31-bf6bb1097f37 " ,
358
+ "webSocketDictation" : " wss://eastus.stt.speech.microsoft.com/speech/recognition/dictation/cognitiveservices/v1?cid=a07164e8-22d1-4eb7-aa31-bf6bb1097f37 "
359
359
},
360
360
"project" : {
361
- "self" : " https://eastus.api.cognitive.microsoft.com/speechtotext/v3.2/projects/2f78cdb7-58ac-4bd9-9bc6-170e31483b26 "
361
+ "self" : " https://eastus.api.cognitive.microsoft.com/speechtotext/v3.2/projects/0198f569-cc11-4099-a0e8-9d55bc3d0c52 "
362
362
},
363
363
"properties" : {
364
364
"loggingEnabled" : true
365
365
},
366
- "lastActionDateTime" : " 2022-05-19T23:41:05Z " ,
366
+ "lastActionDateTime" : " 2024-07-15T16:30:12Z " ,
367
367
"status" : " Succeeded" ,
368
- "createdDateTime" : " 2022-05-19T23:41:05Z " ,
368
+ "createdDateTime" : " 2024-07-15T16:29:36Z " ,
369
369
"locale" : " en-US" ,
370
370
"displayName" : " My Endpoint" ,
371
- "description" : " My Updated Endpoint Description"
371
+ "description" : " My Endpoint Description"
372
372
}
373
373
```
374
374
0 commit comments