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/migrate-v3-1-to-v3-2.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -253,7 +253,7 @@ Added a new entity definition for `ModelCopyAuthorizationDefinition`:
253
253
### CustomModelLinks copy properties
254
254
255
255
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.
257
257
-`copy` URI: The location of the model copy action. See the [Models_Copy](/rest/api/speechtotext/models/copy) operation for more details.
Copy file name to clipboardExpand all lines: articles/ai-services/speech-service/rest-speech-to-text.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,7 @@ The following operation groups are applicable for [batch transcription](batch-tr
50
50
|---------|---------|
51
51
|[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. |
52
52
|[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). |
54
54
55
55
## Custom speech
56
56
@@ -63,7 +63,7 @@ The following operation groups are applicable for [custom speech](custom-speech-
63
63
|[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. |
64
64
|[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. |
65
65
|[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). |
0 commit comments