Skip to content

Commit b48d01c

Browse files
committed
fix preview links
1 parent 3e7a645 commit b48d01c

File tree

4 files changed

+155
-155
lines changed

4 files changed

+155
-155
lines changed

articles/cognitive-services/Speech-Service/migrate-v2-to-v3.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ to access the content of each file. To control the validity duration of the SAS
321321
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.
322322

323323
>[!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}`.
325325
326326
### Customizing models
327327

@@ -332,17 +332,17 @@ With this change, the need for a `kind` in the `POST` operation has been removed
332332
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.
333333

334334
>[!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.
336336
337337
### Retrieving base and custom models
338338

339339
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/`.
341341

342342
In v2, all models were returned together in a single response.
343343

344344
>[!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`.
346346
347347
### Name of an entity
348348

0 commit comments

Comments
 (0)