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/ai-services/speech-service/batch-transcription-create.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -265,13 +265,13 @@ You can make a [Models_ListBaseModels](/rest/api/speechtotext/models/list-base-m
265
265
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.
266
266
267
267
```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"
269
269
```
270
270
271
271
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.
272
272
273
273
```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"
275
275
```
276
276
277
277
::: zone-end
@@ -280,7 +280,7 @@ curl -v -X GET "https://eastus.api.cognitive.microsoft.com/speechtotext/v3.2-pre
280
280
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.
281
281
282
282
```azurecli
283
-
spx csr list --base --api-version v3.2-preview.2
283
+
spx csr list --base --api-version v3.2
284
284
```
285
285
286
286
::: zone-end
@@ -289,9 +289,9 @@ The `displayName` property of a Whisper model contains "Whisper" as shown in thi
Copy file name to clipboardExpand all lines: articles/ai-services/speech-service/includes/release-notes/release-notes-stt.md
+13-1Lines changed: 13 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,10 +2,22 @@
2
2
author: eric-urban
3
3
ms.service: azure-ai-speech
4
4
ms.topic: include
5
-
ms.date: 4/22/2024
5
+
ms.date: 6/6/2024
6
6
ms.author: eur
7
7
---
8
8
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.
Copy file name to clipboardExpand all lines: articles/ai-services/speech-service/migrate-v3-0-to-v3-1.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
@@ -6,7 +6,7 @@ author: heikora
6
6
manager: dongli
7
7
ms.service: azure-ai-speech
8
8
ms.topic: how-to
9
-
ms.date: 4/15/2024
9
+
ms.date: 6/6/2024
10
10
ms.author: heikora
11
11
ms.devlang: csharp
12
12
ms.custom: devx-track-csharp
@@ -17,9 +17,9 @@ ms.custom: devx-track-csharp
17
17
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.
18
18
19
19
> [!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.
Copy file name to clipboardExpand all lines: articles/ai-services/speech-service/migrate-v3-1-to-v3-2.md
+7-10Lines changed: 7 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ author: eric-urban
6
6
manager: nitinme
7
7
ms.service: azure-ai-speech
8
8
ms.topic: how-to
9
-
ms.date: 4/15/2024
9
+
ms.date: 6/6/2024
10
10
ms.author: eur
11
11
ms.devlang: csharp
12
12
ms.custom: devx-track-csharp
@@ -17,14 +17,13 @@ ms.custom: devx-track-csharp
17
17
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.
18
18
19
19
> [!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.
24
23
25
24
## Base path
26
25
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`.
28
27
29
28
For more information, see [Operation IDs](#operation-ids) later in this guide.
30
29
@@ -292,12 +291,10 @@ Added a new `copy` property.
292
291
293
292
## Operation IDs
294
293
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`.
296
295
297
296
298
297
## Next steps
299
298
300
299
*[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)
Copy file name to clipboardExpand all lines: articles/ai-services/speech-service/rest-speech-to-text.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ description: Get reference documentation for Speech to text REST API.
5
5
manager: nitinme
6
6
ms.service: azure-ai-speech
7
7
ms.topic: reference
8
-
ms.date: 4/15/2024
8
+
ms.date: 6/6/2024
9
9
ms.reviewer: eur
10
10
author: eric-urban
11
11
ms.author: eur
@@ -16,12 +16,12 @@ ms.author: eur
16
16
Speech to text REST API is used for [batch transcription](batch-transcription.md) and [custom speech](custom-speech-overview.md).
17
17
18
18
> [!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.
22
22
23
23
> [!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)
25
25
26
26
> [!div class="nextstepaction"]
27
27
> [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