You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/cognitive-services/Speech-Service/migrate-v2-to-v3.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -321,7 +321,7 @@ to access the content of each file. To control the validity duration of the SAS
321
321
The `kind` property indicates the format of content of the file. For transcriptions, the files of kind `TranscriptionReport` are the summary of the job and files of the kind `Transcription` are the result of the job itself.
322
322
323
323
>[!IMPORTANT]
324
-
>To get the results of operations, use a `GET` on `/speechtotext/v3.1/{collection}/{id}/files`, they are no longer contained in the responses of `GET` on `/speechtotext/v3.1/{collection}/{id}` or `/speechtotext/v3.1/{collection}`.
324
+
>To get the results of operations, use a `GET` on `/speechtotext/v3.1-preview.1/{collection}/{id}/files`, they are no longer contained in the responses of `GET` on `/speechtotext/v3.1-preview.1/{collection}/{id}` or `/speechtotext/v3.1-preview.1/{collection}`.
325
325
326
326
### Customizing models
327
327
@@ -332,17 +332,17 @@ With this change, the need for a `kind` in the `POST` operation has been removed
332
332
To improve the results of a trained model, the acoustic data is automatically used internally during language training. In general, models created through the v3 API deliver more accurate results than models created with the v2 API.
333
333
334
334
>[!IMPORTANT]
335
-
>To customize both the acoustic and language model part, pass all of the required language and acoustic datasets in `datasets[]` of the POST to `/speechtotext/v3.1/models`. This will create a single model with both parts customized.
335
+
>To customize both the acoustic and language model part, pass all of the required language and acoustic datasets in `datasets[]` of the POST to `/speechtotext/v3.1-preview.1/models`. This will create a single model with both parts customized.
336
336
337
337
### Retrieving base and custom models
338
338
339
339
To simplify getting the available models, v3 has separated the collections of "base models" from the customer owned "customized models". The two routes are now
340
-
`GET /speechtotext/v3.1/models/base` and `GET /speechtotext/v3.1/models/`.
340
+
`GET /speechtotext/v3.1-preview.1/models/base` and `GET /speechtotext/v3.1-preview.1/models/`.
341
341
342
342
In v2, all models were returned together in a single response.
343
343
344
344
>[!IMPORTANT]
345
-
>To get a list of provided base models for customization, use `GET` on `/speechtotext/v3.1/models/base`. You can find your own customized models with a `GET` on `/speechtotext/v3.1/models`.
345
+
>To get a list of provided base models for customization, use `GET` on `/speechtotext/v3.1-preview.1/models/base`. You can find your own customized models with a `GET` on `/speechtotext/v3.1-preview.1/models`.
0 commit comments