Skip to content

Commit 35e43d8

Browse files
committed
migrate reference to rest browser
1 parent 95a988d commit 35e43d8

File tree

3 files changed

+8
-13
lines changed

3 files changed

+8
-13
lines changed

articles/ai-services/.openpublishing.redirection.ai-services-from-cog.json

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2042,9 +2042,14 @@
20422042
},
20432043
{
20442044
"source_path_from_root": "/articles/cognitive-services/speech-service/migrate-v2-to-v3.md",
2045-
"redirect_url": "/azure/ai-services/speech-service/migrate-v2-to-v3",
2045+
"redirect_url": "/azure/ai-services/speech-service/migrate-v3-1-to-v3-2",
20462046
"redirect_document_id": true
20472047
},
2048+
{
2049+
"source_path_from_root": "/articles/ai-services/speech-service/migrate-v2-to-v3.md",
2050+
"redirect_url": "/azure/ai-services/speech-service/migrate-v3-1-to-v3-2",
2051+
"redirect_document_id": false
2052+
},
20482053
{
20492054
"source_path_from_root": "/articles/cognitive-services/speech-service/migrate-v3-0-to-v3-1.md",
20502055
"redirect_url": "/azure/ai-services/speech-service/migrate-v3-0-to-v3-1",
@@ -3500,16 +3505,6 @@
35003505
"redirect_url": "/azure/ai-services/speech-service/quickstarts/voice-assistants",
35013506
"redirect_document_id": true
35023507
},
3503-
{
3504-
"source_path_from_root": "/articles/cognitive-services/speech-service/migrate-v2-to-v3.md",
3505-
"redirect_url": "/azure/ai-services/speech-service/migrate-v3-1-to-v3-2",
3506-
"redirect_document_id": true
3507-
},
3508-
{
3509-
"source_path_from_root": "/articles/ai-services/speech-service/migrate-v2-to-v3.md",
3510-
"redirect_url": "/azure/ai-services/speech-service/migrate-v3-1-to-v3-2",
3511-
"redirect_document_id": true
3512-
},
35133508
{
35143509
"source_path_from_root": "/articles/cognitive-services/translator/connector/document-translation-flow.md",
35153510
"redirect_url": "/azure/ai-services/translator/connector/document-translation-flow",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ With batch transcriptions, you submit [audio data](batch-transcription-audio-dat
2929

3030
::: zone pivot="rest-api"
3131

32-
To create a transcription, use the [Transcriptions_Create](/rest/api/speechtotext/transcriptions/create) operation of the [Speech to text REST API](rest-speech-to-text.md#transcriptions). Construct the request body according to the following instructions:
32+
To create a transcription, use the [Transcriptions_Create](/rest/api/speechtotext/transcriptions/create) operation of the [Speech to text REST API](rest-speech-to-text.md#batch-transcription). Construct the request body according to the following instructions:
3333

3434
- You must set either the `contentContainerUrl` or `contentUrls` property. For more information about Azure blob storage for batch transcription, see [Locate audio files for batch transcription](batch-transcription-audio-data.md).
3535
- Set the required `locale` property. This value should match the expected locale of the audio data to transcribe. You can't change the locale later.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ms.custom: devx-track-csharp
1717
> [!IMPORTANT]
1818
> New pricing is in effect for batch transcription via [Speech to text REST API v3.2](./migrate-v3-1-to-v3-2.md). For more information, see the [pricing guide](https://azure.microsoft.com/pricing/details/cognitive-services/speech-services).
1919
20-
Batch transcription is used to transcribe a large amount of audio data in storage. Both the [Speech to text REST API](rest-speech-to-text.md#transcriptions) and [Speech CLI](spx-basics.md) support batch transcription.
20+
Batch transcription is used to transcribe a large amount of audio data in storage. Both the [Speech to text REST API](rest-speech-to-text.md#batch-transcription) and [Speech CLI](spx-basics.md) support batch transcription.
2121

2222
You should provide multiple files per request or point to an Azure Blob Storage container with the audio files to transcribe. The batch transcription service can handle a large number of submitted transcriptions. The service transcribes the files concurrently, which reduces the turnaround time.
2323

0 commit comments

Comments
 (0)