Skip to content

Commit cf23538

Browse files
committed
migrate reference to rest browser
1 parent 4327e5e commit cf23538

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ Added a new entity definition for `ModelCopyAuthorizationDefinition`:
253253
### CustomModelLinks copy properties
254254

255255
Added a new `copy` property.
256-
- `copyTo` URI: The location of the obsolete model copy action. See the [Models_CopyTo](/rest/api/speechtotext/models/copyto) operation for more details.
256+
- `copyTo` URI: The location of the obsolete model copy action. See the [Models_CopyTo](/rest/api/speechtotext/models/copy-to) operation for more details.
257257
- `copy` URI: The location of the model copy action. See the [Models_Copy](/rest/api/speechtotext/models/copy) operation for more details.
258258

259259
```json

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ The following operation groups are applicable for [batch transcription](batch-tr
5050
|---------|---------|
5151
| [Models](/rest/api/speechtotext/models) | Use base models or custom models to transcribe audio files.<br/><br/>You can use models with [custom speech](custom-speech-overview.md) and [batch transcription](batch-transcription.md). For example, you can use a model trained with a specific dataset to transcribe audio files. See [Train a model](how-to-custom-speech-train-model.md?pivots=rest-api) and [custom speech model lifecycle](how-to-custom-speech-model-and-endpoint-lifecycle.md?pivots=rest-api) for examples of how to train and manage custom speech models. |
5252
| [Transcriptions](/rest/api/speechtotext/transcriptions) | Use transcriptions to transcribe a large amount of audio in storage.<br/><br/>When you use [batch transcription](batch-transcription.md) you send multiple files per request or point to an Azure Blob Storage container with the audio files to transcribe. See [Create a transcription](batch-transcription-create.md?pivots=rest-api) for examples of how to create a transcription from multiple audio files. |
53-
| [Web hooks](/rest/api/speechtotext/webhooks) | Use web hooks to receive notifications about creation, processing, completion, and deletion events.<br/><br/>You can use web hooks with [custom speech](custom-speech-overview.md) and [batch transcription](batch-transcription.md). Web hooks apply to [datasets](/rest/api/speechtotext/datasets), [endpoints](/rest/api/speechtotext/endpoints), [evaluations](/rest/api/speechtotext/evaluations), [models](/rest/api/speechtotext/models), and [transcriptions](/rest/api/speechtotext/transcriptions). |
53+
| [Web hooks](/rest/api/speechtotext/web-hooks) | Use web hooks to receive notifications about creation, processing, completion, and deletion events.<br/><br/>You can use web hooks with [custom speech](custom-speech-overview.md) and [batch transcription](batch-transcription.md). Web hooks apply to [datasets](/rest/api/speechtotext/datasets), [endpoints](/rest/api/speechtotext/endpoints), [evaluations](/rest/api/speechtotext/evaluations), [models](/rest/api/speechtotext/models), and [transcriptions](/rest/api/speechtotext/transcriptions). |
5454

5555
## Custom speech
5656

@@ -63,7 +63,7 @@ The following operation groups are applicable for [custom speech](custom-speech-
6363
| [Evaluations](/rest/api/speechtotext/evaluations) | Use evaluations to compare the performance of different models.<br/><br/>For example, you can compare the performance of a [custom speech](custom-speech-overview.md) model trained with a specific dataset to the performance of a base model or a custom model trained with a different dataset. See [test recognition quality](how-to-custom-speech-inspect-data.md?pivots=rest-api) and [test accuracy](how-to-custom-speech-evaluate-data.md?pivots=rest-api) for examples of how to test and evaluate custom speech models. |
6464
| [Models](/rest/api/speechtotext/models) | Use base models or custom models to transcribe audio files.<br/><br/>You can use models with [custom speech](custom-speech-overview.md) and [batch transcription](batch-transcription.md). For example, you can use a model trained with a specific dataset to transcribe audio files. See [Train a model](how-to-custom-speech-train-model.md?pivots=rest-api) and [custom speech model lifecycle](how-to-custom-speech-model-and-endpoint-lifecycle.md?pivots=rest-api) for examples of how to train and manage custom speech models. |
6565
| [Projects](/rest/api/speechtotext/projects) | Use projects to manage custom speech models, training and testing datasets, and deployment endpoints.<br/><br/>[Custom speech projects](custom-speech-overview.md) contain models, training and testing datasets, and deployment endpoints. Each project is specific to a [locale](language-support.md?tabs=stt). For example, you might create a project for English in the United States. See [Create a project](how-to-custom-speech-create-project.md?pivots=rest-api) for examples of how to create projects.|
66-
| [Web hooks](/rest/api/speechtotext/webhooks) | Use web hooks to receive notifications about creation, processing, completion, and deletion events.<br/><br/>You can use web hooks with [custom speech](custom-speech-overview.md) and [batch transcription](batch-transcription.md). Web hooks apply to [datasets](/rest/api/speechtotext/datasets), [endpoints](/rest/api/speechtotext/endpoints), [evaluations](/rest/api/speechtotext/evaluations), [models](/rest/api/speechtotext/models), and [transcriptions](/rest/api/speechtotext/transcriptions). |
66+
| [Web hooks](/rest/api/speechtotext/web-hooks) | Use web hooks to receive notifications about creation, processing, completion, and deletion events.<br/><br/>You can use web hooks with [custom speech](custom-speech-overview.md) and [batch transcription](batch-transcription.md). Web hooks apply to [datasets](/rest/api/speechtotext/datasets), [endpoints](/rest/api/speechtotext/endpoints), [evaluations](/rest/api/speechtotext/evaluations), [models](/rest/api/speechtotext/models), and [transcriptions](/rest/api/speechtotext/transcriptions). |
6767

6868

6969
## Service health

0 commit comments

Comments
 (0)