File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
articles/cognitive-services/Speech-Service Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ manager: dongli
8
8
ms.service : cognitive-services
9
9
ms.subservice : speech-service
10
10
ms.topic : reference
11
- ms.date : 11/29/2022
11
+ ms.date : 01/25/2023
12
12
ms.author : heikora
13
13
ms.devlang : csharp
14
14
ms.custom : devx-track-csharp
@@ -137,7 +137,7 @@ The name of each `operationId` in version 3.1 is prefixed with the object name.
137
137
| ` /evaluations/{id}/files ` | GET| [ Evaluations_ListFiles] ( https://eastus.dev.cognitive.microsoft.com/docs/services/speech-to-text-api-v3-1/operations/Evaluations_ListFiles ) | [ GetEvaluationFiles] ( https://eastus.dev.cognitive.microsoft.com/docs/services/speech-to-text-api-v3-0/operations/GetEvaluationFiles ) |
138
138
| ` /evaluations/{id}/files/{fileId} ` | GET| [ Evaluations_GetFile] ( https://eastus.dev.cognitive.microsoft.com/docs/services/speech-to-text-api-v3-1/operations/Evaluations_GetFile ) | [ GetEvaluationFile] ( https://eastus.dev.cognitive.microsoft.com/docs/services/speech-to-text-api-v3-0/operations/GetEvaluationFile ) |
139
139
| ` /evaluations/locales ` | GET| [ Evaluations_ListSupportedLocales] ( https://eastus.dev.cognitive.microsoft.com/docs/services/speech-to-text-api-v3-1/operations/Evaluations_ListSupportedLocales ) | [ GetSupportedLocalesForEvaluations] ( https://eastus.dev.cognitive.microsoft.com/docs/services/speech-to-text-api-v3-0/operations/GetSupportedLocalesForEvaluations ) |
140
- | ` /healthstatus ` | GET| [ ServiceHealth_Get ] ( https://eastus.dev.cognitive.microsoft.com/docs/services/speech-to-text-api-v3-1/operations/ServiceHealth_Get ) | [ GetHealthStatus] ( https://eastus.dev.cognitive.microsoft.com/docs/services/speech-to-text-api-v3-0/operations/GetHealthStatus ) |
140
+ | ` /healthstatus ` | GET| [ HealthStatus_Get ] ( https://eastus.dev.cognitive.microsoft.com/docs/services/speech-to-text-api-v3-1/operations/HealthStatus_Get ) | [ GetHealthStatus] ( https://eastus.dev.cognitive.microsoft.com/docs/services/speech-to-text-api-v3-0/operations/GetHealthStatus ) |
141
141
| ` /models ` | GET| [ Models_ListCustomModels] ( https://eastus.dev.cognitive.microsoft.com/docs/services/speech-to-text-api-v3-1/operations/Models_ListCustomModels ) | [ GetModels] ( https://eastus.dev.cognitive.microsoft.com/docs/services/speech-to-text-api-v3-0/operations/GetModels ) |
142
142
| ` /models ` | POST| [ Models_Create] ( https://eastus.dev.cognitive.microsoft.com/docs/services/speech-to-text-api-v3-1/operations/Models_Create ) | [ CreateModel] ( https://eastus.dev.cognitive.microsoft.com/docs/services/speech-to-text-api-v3-0/operations/CreateModel ) |
143
143
| ` /models/{id}:copyto ` <sup >1</sup >| POST| [ Models_CopyTo] ( https://eastus.dev.cognitive.microsoft.com/docs/services/speech-to-text-api-v3-1/operations/Models_CopyTo ) | [ CopyModelToSubscription] ( https://eastus.dev.cognitive.microsoft.com/docs/services/speech-to-text-api-v3-0/operations/CopyModelToSubscription ) |
You can’t perform that action at this time.
0 commit comments