Skip to content

Commit f31dca4

Browse files
Merge pull request #276932 from eric-urban/eur/stt-32-ga
stt 3.2 GA
2 parents 67e407d + 18f3dd8 commit f31dca4

File tree

6 files changed

+38
-29
lines changed

6 files changed

+38
-29
lines changed

articles/ai-services/speech-service/batch-transcription-create.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -265,13 +265,13 @@ You can make a [Models_ListBaseModels](/rest/api/speechtotext/models/list-base-m
265265
Make an HTTP GET request as shown in the following example for the `eastus` region. Replace `YourSubscriptionKey` with your Speech resource key. Replace `eastus` if you're using a different region.
266266

267267
```azurecli-interactive
268-
curl -v -X GET "https://eastus.api.cognitive.microsoft.com/speechtotext/v3.2-preview.2/models/base" -H "Ocp-Apim-Subscription-Key: YourSubscriptionKey"
268+
curl -v -X GET "https://eastus.api.cognitive.microsoft.com/speechtotext/v3.2/models/base" -H "Ocp-Apim-Subscription-Key: YourSubscriptionKey"
269269
```
270270

271271
By default, only the 100 oldest base models are returned. Use the `skip` and `top` query parameters to page through the results. For example, the following request returns the next 100 base models after the first 100.
272272

273273
```azurecli-interactive
274-
curl -v -X GET "https://eastus.api.cognitive.microsoft.com/speechtotext/v3.2-preview.2/models/base?skip=100&top=100" -H "Ocp-Apim-Subscription-Key: YourSubscriptionKey"
274+
curl -v -X GET "https://eastus.api.cognitive.microsoft.com/speechtotext/v3.2/models/base?skip=100&top=100" -H "Ocp-Apim-Subscription-Key: YourSubscriptionKey"
275275
```
276276

277277
::: zone-end
@@ -280,7 +280,7 @@ curl -v -X GET "https://eastus.api.cognitive.microsoft.com/speechtotext/v3.2-pre
280280
Make sure that you set the [configuration variables](spx-basics.md#create-a-resource-configuration) for a Speech resource in one of the supported regions. You can run the `spx csr list --base` command to get available base models for all locales.
281281

282282
```azurecli
283-
spx csr list --base --api-version v3.2-preview.2
283+
spx csr list --base --api-version v3.2
284284
```
285285

286286
::: zone-end
@@ -289,9 +289,9 @@ The `displayName` property of a Whisper model contains "Whisper" as shown in thi
289289

290290
```json
291291
{
292-
"self": "https://eastus.api.cognitive.microsoft.com/speechtotext/v3.2-preview.2/models/base/e418c4a9-9937-4db7-b2c9-8afbff72d950",
292+
"self": "https://eastus.api.cognitive.microsoft.com/speechtotext/v3.2/models/base/e418c4a9-9937-4db7-b2c9-8afbff72d950",
293293
"links": {
294-
"manifest": "https://eastus.api.cognitive.microsoft.com/speechtotext/v3.2-preview.2/models/base/e418c4a9-9937-4db7-b2c9-8afbff72d950/manifest"
294+
"manifest": "https://eastus.api.cognitive.microsoft.com/speechtotext/v3.2/models/base/e418c4a9-9937-4db7-b2c9-8afbff72d950/manifest"
295295
},
296296
"properties": {
297297
"deprecationDates": {
@@ -333,20 +333,20 @@ curl -v -X POST -H "Ocp-Apim-Subscription-Key: YourSubscriptionKey" -H "Content-
333333
"locale": "en-US",
334334
"displayName": "My Transcription",
335335
"model": {
336-
"self": "https://eastus.api.cognitive.microsoft.com/speechtotext/v3.2-preview.2/models/base/d9cbeee6-582b-47ad-b5c1-6226583c92b6"
336+
"self": "https://eastus.api.cognitive.microsoft.com/speechtotext/v3.2/models/base/d9cbeee6-582b-47ad-b5c1-6226583c92b6"
337337
},
338338
"properties": {
339339
"wordLevelTimestampsEnabled": true,
340340
},
341-
}' "https://eastus.api.cognitive.microsoft.com/speechtotext/v3.2-preview.2/transcriptions"
341+
}' "https://eastus.api.cognitive.microsoft.com/speechtotext/v3.2/transcriptions"
342342
```
343343

344344
::: zone-end
345345

346346
::: zone pivot="speech-cli"
347347

348348
```azurecli
349-
spx batch transcription create --name "My Transcription" --language "en-US" --content https://crbn.us/hello.wav;https://crbn.us/whatstheweatherlike.wav --model "https://eastus.api.cognitive.microsoft.com/speechtotext/v3.2-preview.2/models/base/d9cbeee6-582b-47ad-b5c1-6226583c92b6" --api-version v3.2-preview.2
349+
spx batch transcription create --name "My Transcription" --language "en-US" --content https://crbn.us/hello.wav;https://crbn.us/whatstheweatherlike.wav --model "https://eastus.api.cognitive.microsoft.com/speechtotext/v3.2/models/base/d9cbeee6-582b-47ad-b5c1-6226583c92b6" --api-version v3.2
350350
```
351351

352352
::: zone-end

articles/ai-services/speech-service/includes/release-notes/release-notes-stt.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,22 @@
22
author: eric-urban
33
ms.service: azure-ai-speech
44
ms.topic: include
5-
ms.date: 4/22/2024
5+
ms.date: 6/6/2024
66
ms.author: eur
77
---
88

9+
### June 2024 release
10+
11+
#### Speech to text REST API v3.2 general availability
12+
13+
The Speech to text REST API version 3.2 is now generally available. For more information about speech to text REST API v3.2, see the [Speech to text REST API v3.2 reference documentation](/rest/api/speechtotext/operation-groups?view=rest-speechtotext-v3.2&preserve-view=true) and the [Speech to text REST API guide](../../rest-speech-to-text.md).
14+
15+
> [!NOTE]
16+
> Preview versions *3.2-preview.1* and *3*.2-preview.2* will be removed in September 2024.
17+
18+
[Speech to text REST API](../../rest-speech-to-text.md) v3.1 will be retired on a date to be announced. Speech to text REST API v3.0 will be retired on April 1st, 2026. For more information about upgrading, see the Speech to text REST API [v3.0 to v3.1](../../migrate-v3-0-to-v3-1.md) and [v3.1 to v3.2](../../migrate-v3-1-to-v3-2.md) migration guides.
19+
20+
921
### May 2024 release
1022

1123
#### Video translation (Preview)

articles/ai-services/speech-service/migrate-v3-0-to-v3-1.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: heikora
66
manager: dongli
77
ms.service: azure-ai-speech
88
ms.topic: how-to
9-
ms.date: 4/15/2024
9+
ms.date: 6/6/2024
1010
ms.author: heikora
1111
ms.devlang: csharp
1212
ms.custom: devx-track-csharp
@@ -17,9 +17,9 @@ ms.custom: devx-track-csharp
1717
The Speech to text REST API is used for [Batch transcription](batch-transcription.md) and [custom speech](custom-speech-overview.md). Changes from version 3.0 to 3.1 are described in the sections below.
1818

1919
> [!IMPORTANT]
20-
> Speech to text REST API v3.2 is available in preview.
21-
> [Speech to text REST API](rest-speech-to-text.md) v3.1 is generally available.
22-
> Speech to text REST API v3.0 will be retired on April 1st, 2026. For more information, see the Speech to text REST API [v3.0 to v3.1](migrate-v3-0-to-v3-1.md) and [v3.1 to v3.2](migrate-v3-1-to-v3-2.md) migration guides.
20+
> Speech to text REST API v3.2 is the latest version that's generally available. Preview versions *3.2-preview.1* and *3*.2-preview.2* will be removed in September 2024.
21+
> [Speech to text REST API](rest-speech-to-text.md) v3.1 will be retired on a date to be announced.
22+
> Speech to text REST API v3.0 will be retired on April 1st, 2026.
2323
2424
## Base path
2525

articles/ai-services/speech-service/migrate-v3-1-to-v3-2.md

Lines changed: 7 additions & 10 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: 6/6/2024
1010
ms.author: eur
1111
ms.devlang: csharp
1212
ms.custom: devx-track-csharp
@@ -17,14 +17,13 @@ ms.custom: devx-track-csharp
1717
The Speech to text REST API is used for [Batch transcription](batch-transcription.md) and [custom speech](custom-speech-overview.md). This article describes changes from version 3.1 to 3.2.
1818

1919
> [!IMPORTANT]
20-
> Speech to text REST API v3.2 is available in preview.
21-
> [Speech to text REST API](rest-speech-to-text.md) v3.1 is generally available.
22-
> Speech to text REST API v3.0 will be retired on April 1st, 2026. For more information, see the Speech to text REST API [v3.0 to v3.1](migrate-v3-0-to-v3-1.md) and [v3.1 to v3.2](migrate-v3-1-to-v3-2.md) migration guides.
23-
20+
> Speech to text REST API v3.2 is the latest version that's generally available. Preview versions *3.2-preview.1* and *3*.2-preview.2* will be removed in September 2024.
21+
> [Speech to text REST API](rest-speech-to-text.md) v3.1 will be retired on a date to be announced.
22+
> Speech to text REST API v3.0 will be retired on April 1st, 2026.
2423
2524
## Base path
2625

27-
You must update the base path in your code from `/speechtotext/v3.1` to `/speechtotext/v3.2-preview.2`. For example, to get base models in the `eastus` region, use `https://eastus.api.cognitive.microsoft.com/speechtotext/v3.2-preview.2/models/base` instead of `https://eastus.api.cognitive.microsoft.com/speechtotext/v3.1/models/base`.
26+
You must update the base path in your code from `/speechtotext/v3.1` to `/speechtotext/v3.2`. For example, to get base models in the `eastus` region, use `https://eastus.api.cognitive.microsoft.com/speechtotext/v3.2/models/base` instead of `https://eastus.api.cognitive.microsoft.com/speechtotext/v3.1/models/base`.
2827

2928
For more information, see [Operation IDs](#operation-ids) later in this guide.
3029

@@ -292,12 +291,10 @@ Added a new `copy` property.
292291

293292
## Operation IDs
294293

295-
You must update the base path in your code from `/speechtotext/v3.1` to `/speechtotext/v3.2-preview.2`. For example, to get base models in the `eastus` region, use `https://eastus.api.cognitive.microsoft.com/speechtotext/v3.2-preview.2/models/base` instead of `https://eastus.api.cognitive.microsoft.com/speechtotext/v3.1/models/base`.
294+
You must update the base path in your code from `/speechtotext/v3.1` to `/speechtotext/v3.2`. For example, to get base models in the `eastus` region, use `https://eastus.api.cognitive.microsoft.com/speechtotext/v3.2/models/base` instead of `https://eastus.api.cognitive.microsoft.com/speechtotext/v3.1/models/base`.
296295

297296

298297
## Next steps
299298

300299
* [Speech to text REST API](rest-speech-to-text.md)
301-
* [Speech to text REST API v3.2 (preview)](/rest/api/speechtotext/operation-groups?view=rest-speechtotext-v3.2-preview.2&preserve-view=true)
302-
* [Speech to text REST API v3.1 reference](/rest/api/speechtotext/operation-groups?view=rest-speechtotext-v3.1&preserve-view=true)
303-
* [Speech to text REST API v3.0 reference](/rest/api/speechtotext/operation-groups?view=rest-speechtotext-v3.0&preserve-view=true)
300+
* [Speech to text REST API v3.2 reference](/rest/api/speechtotext/operation-groups?view=rest-speechtotext-v3.2&preserve-view=true)

articles/ai-services/speech-service/releasenotes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author: eric-urban
77
ms.author: eur
88
ms.service: azure-ai-speech
99
ms.topic: release-notes
10-
ms.date: 4/22/2024
10+
ms.date: 6/6/2024
1111
ms.custom: references_regions
1212
---
1313

articles/ai-services/speech-service/rest-speech-to-text.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Get reference documentation for Speech to text REST API.
55
manager: nitinme
66
ms.service: azure-ai-speech
77
ms.topic: reference
8-
ms.date: 4/15/2024
8+
ms.date: 6/6/2024
99
ms.reviewer: eur
1010
author: eric-urban
1111
ms.author: eur
@@ -16,12 +16,12 @@ ms.author: eur
1616
Speech to text REST API is used for [batch transcription](batch-transcription.md) and [custom speech](custom-speech-overview.md).
1717

1818
> [!IMPORTANT]
19-
> Speech to text REST API v3.2 is available in preview.
20-
> [Speech to text REST API](rest-speech-to-text.md) v3.1 is generally available.
21-
> Speech to text REST API v3.0 will be retired on April 1st, 2026. For more information, see the Speech to text REST API [v3.0 to v3.1](migrate-v3-0-to-v3-1.md) and [v3.1 to v3.2](migrate-v3-1-to-v3-2.md) migration guides.
19+
> Speech to text REST API v3.2 is the latest version that's generally available. Preview versions *3.2-preview.1* and *3*.2-preview.2* will be removed in September 2024.
20+
> [Speech to text REST API](rest-speech-to-text.md) v3.1 will be retired on a date to be announced. For more information about upgrading, see the Speech to text REST API [v3.1 to v3.2](migrate-v3-1-to-v3-2.md) migration guide.
21+
> Speech to text REST API v3.0 will be retired on April 1st, 2026. For more information about upgrading, see the Speech to text REST API [v3.0 to v3.1](migrate-v3-0-to-v3-1.md) and [v3.1 to v3.2](migrate-v3-1-to-v3-2.md) migration guides.
2222
2323
> [!div class="nextstepaction"]
24-
> [See the Speech to text REST API v3.2 (preview)](/rest/api/speechtotext/operation-groups?view=rest-speechtotext-v3.2-preview.2&preserve-view=true)
24+
> [See the Speech to text REST API v3.2 reference documentation](/rest/api/speechtotext/operation-groups?view=rest-speechtotext-v3.2&preserve-view=true)
2525
2626
> [!div class="nextstepaction"]
2727
> [See the Speech to text REST API v3.1 reference documentation](/rest/api/speechtotext/operation-groups?view=rest-speechtotext-v3.1&preserve-view=true)

0 commit comments

Comments
 (0)