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/cognitive-services/Speech-Service/how-to-custom-speech-create-project.md
-9Lines changed: 0 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,9 +34,6 @@ To create a Custom Speech project, follow these steps:
34
34
35
35
Select the new project by name or select **Go to project**. You will see these menu items in the left panel: **Speech datasets**, **Train custom models**, **Test models**, and **Deploy models**.
36
36
37
-
> [!div class="nextstepaction"]
38
-
> <ahref="https://microsoft.qualtrics.com/jfe/form/SV_0Cl5zkG3CnDjq6O?PLanguage=Speech-studio&Pillar=Speech&Product=Custom-speech&Page=Create-a-project&Section=Create-a-project"target="_target">I ran into an issue</a>
39
-
40
37
::: zone-end
41
38
42
39
::: zone pivot="speech-cli"
@@ -52,9 +49,6 @@ Here's an example Speech CLI command that creates a project:
52
49
spx csr project create --name "My Project" --description "My Project Description" --language "en-US"
53
50
```
54
51
55
-
> [!div class="nextstepaction"]
56
-
> <ahref="https://microsoft.qualtrics.com/jfe/form/SV_0Cl5zkG3CnDjq6O?PLanguage=CLI&Pillar=Speech&Product=Custom-speech&Page=Create-a-project&Section=Create-a-project"target="_target">I ran into an issue</a>
57
-
58
52
You should receive a response body in the following format:
> <ahref="https://microsoft.qualtrics.com/jfe/form/SV_0Cl5zkG3CnDjq6O?PLanguage=REST&Pillar=Speech&Product=Custom-speech&Page=Create-a-project&Section=Create-a-project"target="_target">I ran into an issue</a>
113
-
114
105
You should receive a response body in the following format:
Copy file name to clipboardExpand all lines: articles/cognitive-services/Speech-Service/how-to-custom-speech-deploy-model.md
-18Lines changed: 0 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -70,9 +70,6 @@ Here's an example Speech CLI command to create an endpoint and deploy a model:
70
70
spx csr endpoint create --project YourProjectId --model YourModelId --name "My Endpoint" --description "My Endpoint Description" --language "en-US"
71
71
```
72
72
73
-
> [!div class="nextstepaction"]
74
-
> <ahref="https://microsoft.qualtrics.com/jfe/form/SV_0Cl5zkG3CnDjq6O?PLanguage=Speech-studio&Pillar=Speech&Product=Custom-speech&Page=Deploy-a-model&Section=Add-a-deployment-endpoint"target="_target">I ran into an issue</a>
75
-
76
73
You should receive a response body in the following format:
> <ahref="https://microsoft.qualtrics.com/jfe/form/SV_0Cl5zkG3CnDjq6O?PLanguage=CLI&Pillar=Speech&Product=Custom-speech&Page=Deploy-a-model&Section=Add-a-deployment-endpoint"target="_target">I ran into an issue</a>
149
-
150
144
You should receive a response body in the following format:
151
145
152
146
```json
@@ -212,9 +206,6 @@ Here's an example Speech CLI command that redeploys the custom endpoint with a n
> <ahref="https://microsoft.qualtrics.com/jfe/form/SV_0Cl5zkG3CnDjq6O?PLanguage=REST&Pillar=Speech&Product=Custom-speech&Page=Deploy-a-model&Section=Add-a-deployment-endpoint"target="_target">I ran into an issue</a>
217
-
218
209
You should receive a response body in the following format:
> <ahref="https://microsoft.qualtrics.com/jfe/form/SV_0Cl5zkG3CnDjq6O?PLanguage=Speech-studio&Pillar=Speech&Product=Custom-speech&Page=Deploy-a-model&Section=Change-model-and-redeploy-endpoint"target="_target">I ran into an issue</a>
276
-
277
265
You should receive a response body in the following format:
278
266
279
267
```json
@@ -337,9 +325,6 @@ Here's an example Speech CLI command that gets logs for an endpoint:
337
325
spx csr endpoint list --endpoint YourEndpointId
338
326
```
339
327
340
-
> [!div class="nextstepaction"]
341
-
> <ahref="https://microsoft.qualtrics.com/jfe/form/SV_0Cl5zkG3CnDjq6O?PLanguage=CLI&Pillar=Speech&Product=Custom-speech&Page=Deploy-a-model&Section=Change-model-and-redeploy-endpoint"target="_target">I ran into an issue</a>
342
-
343
328
The location of each log file with more details are returned in the response body.
344
329
345
330
::: zone-end
@@ -354,9 +339,6 @@ Make an HTTP GET request using the URI as shown in the following example. Replac
354
339
curl -v -X GET "https://YourServiceRegion.api.cognitive.microsoft.com/speechtotext/v3.0/endpoints/YourEndpointId" -H "Ocp-Apim-Subscription-Key: YourSubscriptionKey"
355
340
```
356
341
357
-
> [!div class="nextstepaction"]
358
-
> <ahref="https://microsoft.qualtrics.com/jfe/form/SV_0Cl5zkG3CnDjq6O?PLanguage=REST&Pillar=Speech&Product=Custom-speech&Page=Deploy-a-model&Section=Change-model-and-redeploy-endpoint"target="_target">I ran into an issue</a>
359
-
360
342
You should receive a response body in the following format:
Copy file name to clipboardExpand all lines: articles/cognitive-services/Speech-Service/how-to-custom-speech-evaluate-data.md
-18Lines changed: 0 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,9 +43,6 @@ Follow these steps to create a test:
43
43
1. Enter the test name and description, and then select **Next**.
44
44
1. Review the test details, and then select **Save and close**.
45
45
46
-
> [!div class="nextstepaction"]
47
-
> <ahref="https://microsoft.qualtrics.com/jfe/form/SV_0Cl5zkG3CnDjq6O?PLanguage=Speech-studio&Pillar=Speech&Product=Custom-speech&Page=Test-model-quantitatively&Section=Create-a-test"target="_target">I ran into an issue</a>
48
-
49
46
::: zone-end
50
47
51
48
::: zone pivot="speech-cli"
@@ -65,9 +62,6 @@ Here's an example Speech CLI command that creates a test:
65
62
spx csr evaluation create --project 9f8c4cbb-f9a5-4ec1-8bb0-53cfa9221226 --dataset be378d9d-a9d7-4d4a-820a-e0432e8678c7 --model1 ff43e922-e3e6-4bf0-8473-55c08fd68048 --model2 1aae1070-7972-47e9-a977-87e3b05c457d --name "My Evaluation" --description "My Evaluation Description"
66
63
```
67
64
68
-
> [!div class="nextstepaction"]
69
-
> <ahref="https://microsoft.qualtrics.com/jfe/form/SV_0Cl5zkG3CnDjq6O?PLanguage=CLI&Pillar=Speech&Product=Custom-speech&Page=Test-model-quantitatively&Section=Create-a-test"target="_target">I ran into an issue</a>
70
-
71
65
You should receive a response body in the following format:
> <ahref="https://microsoft.qualtrics.com/jfe/form/SV_0Cl5zkG3CnDjq6O?PLanguage=REST&Pillar=Speech&Product=Custom-speech&Page=Test-model-quantitatively&Section=Create-a-test"target="_target">I ran into an issue</a>
173
-
174
165
You should receive a response body in the following format:
175
166
176
167
```json
@@ -246,9 +237,6 @@ Follow these steps to get test results:
246
237
247
238
This page lists all the utterances in your dataset and the recognition results, alongside the transcription from the submitted dataset. You can toggle various error types, including insertion, deletion, and substitution. By listening to the audio and comparing recognition results in each column, you can decide which model meets your needs and determine where additional training and improvements are required.
248
239
249
-
> [!div class="nextstepaction"]
250
-
> <ahref="https://microsoft.qualtrics.com/jfe/form/SV_0Cl5zkG3CnDjq6O?PLanguage=Speech-studio&Pillar=Speech&Product=Custom-speech&Page=Test-model-quantitatively&Section=Get-test-results"target="_target">I ran into an issue</a>
251
-
252
240
::: zone-end
253
241
254
242
::: zone pivot="speech-cli"
@@ -263,9 +251,6 @@ Here's an example Speech CLI command that gets test results:
263
251
spx csr evaluation status --evaluation 8bfe6b05-f093-4ab4-be7d-180374b751ca
264
252
```
265
253
266
-
> [!div class="nextstepaction"]
267
-
> <ahref="https://microsoft.qualtrics.com/jfe/form/SV_0Cl5zkG3CnDjq6O?PLanguage=CLI&Pillar=Speech&Product=Custom-speech&Page=Test-model-quantitatively&Section=Get-test-results"target="_target">I ran into an issue</a>
268
-
269
254
The word error rates and more details are returned in the response body.
270
255
271
256
You should receive a response body in the following format:
@@ -342,9 +327,6 @@ Make an HTTP GET request using the URI as shown in the following example. Replac
342
327
curl -v -X GET "https://YourServiceRegion.api.cognitive.microsoft.com/speechtotext/v3.0/evaluations/YourEvaluationId" -H "Ocp-Apim-Subscription-Key: YourSubscriptionKey"
343
328
```
344
329
345
-
> [!div class="nextstepaction"]
346
-
> <ahref="https://microsoft.qualtrics.com/jfe/form/SV_0Cl5zkG3CnDjq6O?PLanguage=REST&Pillar=Speech&Product=Custom-speech&Page=Test-model-quantitatively&Section=Get-test-results"target="_target">I ran into an issue</a>
347
-
348
330
The word error rates and more details are returned in the response body.
349
331
350
332
You should receive a response body in the following format:
Copy file name to clipboardExpand all lines: articles/cognitive-services/Speech-Service/how-to-custom-speech-inspect-data.md
-18Lines changed: 0 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,9 +39,6 @@ Follow these instructions to create a test:
39
39
1. Enter the test name and description, and then select **Next**.
40
40
1. Review your settings, and then select **Save and close**.
41
41
42
-
> [!div class="nextstepaction"]
43
-
> <ahref="https://microsoft.qualtrics.com/jfe/form/SV_0Cl5zkG3CnDjq6O?PLanguage=Speech-studio&Pillar=Speech&Product=Custom-speech&Page=Test-recognition-quality&Section=Create-a-test"target="_target">I ran into an issue</a>
44
-
45
42
::: zone-end
46
43
47
44
::: zone pivot="speech-cli"
@@ -61,9 +58,6 @@ Here's an example Speech CLI command that creates a test:
61
58
spx csr evaluation create --project 9f8c4cbb-f9a5-4ec1-8bb0-53cfa9221226 --dataset be378d9d-a9d7-4d4a-820a-e0432e8678c7 --model1 ff43e922-e3e6-4bf0-8473-55c08fd68048 --model2 1aae1070-7972-47e9-a977-87e3b05c457d --name "My Inspection" --description "My Inspection Description"
62
59
```
63
60
64
-
> [!div class="nextstepaction"]
65
-
> <ahref="https://microsoft.qualtrics.com/jfe/form/SV_0Cl5zkG3CnDjq6O?PLanguage=CLI&Pillar=Speech&Product=Custom-speech&Page=Test-recognition-quality&Section=Create-a-test"target="_target">I ran into an issue</a>
66
-
67
61
You should receive a response body in the following format:
> <ahref="https://microsoft.qualtrics.com/jfe/form/SV_0Cl5zkG3CnDjq6O?PLanguage=REST&Pillar=Speech&Product=Custom-speech&Page=Test-recognition-quality&Section=Create-a-test"target="_target">I ran into an issue</a>
165
-
166
157
You should receive a response body in the following format:
167
158
168
159
```json
@@ -236,9 +227,6 @@ Follow these steps to get test results:
236
227
237
228
This page lists all the utterances in your dataset and the recognition results, alongside the transcription from the submitted dataset. You can toggle various error types, including insertion, deletion, and substitution. By listening to the audio and comparing recognition results in each column, you can decide which model meets your needs and determine where additional training and improvements are required.
238
229
239
-
> [!div class="nextstepaction"]
240
-
> <ahref="https://microsoft.qualtrics.com/jfe/form/SV_0Cl5zkG3CnDjq6O?PLanguage=Speech-studio&Pillar=Speech&Product=Custom-speech&Page=Test-recognition-quality&Section=Get-test-results"target="_target">I ran into an issue</a>
241
-
242
230
::: zone-end
243
231
244
232
::: zone pivot="speech-cli"
@@ -253,9 +241,6 @@ Here's an example Speech CLI command that gets test results:
253
241
spx csr evaluation status --evaluation 8bfe6b05-f093-4ab4-be7d-180374b751ca
254
242
```
255
243
256
-
> [!div class="nextstepaction"]
257
-
> <ahref="https://microsoft.qualtrics.com/jfe/form/SV_0Cl5zkG3CnDjq6O?PLanguage=CLI&Pillar=Speech&Product=Custom-speech&Page=Test-recognition-quality&Section=Get-test-results"target="_target">I ran into an issue</a>
258
-
259
244
The models, audio dataset, transcriptions, and more details are returned in the response body.
260
245
261
246
You should receive a response body in the following format:
@@ -329,9 +314,6 @@ Make an HTTP GET request using the URI as shown in the following example. Replac
329
314
curl -v -X GET "https://YourServiceRegion.api.cognitive.microsoft.com/speechtotext/v3.0/evaluations/YourEvaluationId" -H "Ocp-Apim-Subscription-Key: YourSubscriptionKey"
330
315
```
331
316
332
-
> [!div class="nextstepaction"]
333
-
> <ahref="https://microsoft.qualtrics.com/jfe/form/SV_0Cl5zkG3CnDjq6O?PLanguage=REST&Pillar=Speech&Product=Custom-speech&Page=Test-recognition-quality&Section=Get-test-results"target="_target">I ran into an issue</a>
334
-
335
317
The models, audio dataset, transcriptions, and more details are returned in the response body.
336
318
337
319
You should receive a response body in the following format:
Copy file name to clipboardExpand all lines: articles/cognitive-services/Speech-Service/how-to-custom-speech-train-model.md
+3-18Lines changed: 3 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,9 +53,6 @@ After you've uploaded [training datasets](./how-to-custom-speech-test-and-train.
53
53
> [!IMPORTANT]
54
54
> Take note of the **Expiration** date. This is the last date that you can use your custom model for speech recognition. For more information, see [Model and endpoint lifecycle](./how-to-custom-speech-model-and-endpoint-lifecycle.md).
55
55
56
-
> [!div class="nextstepaction"]
57
-
> <ahref="https://microsoft.qualtrics.com/jfe/form/SV_0Cl5zkG3CnDjq6O?PLanguage=Speech-studio&Pillar=Speech&Product=Custom-speech&Page=Train-a-model&Section=Create-a-model"target="_target">I ran into an issue</a>
58
-
59
56
::: zone-end
60
57
61
58
::: zone pivot="speech-cli"
@@ -66,7 +63,7 @@ To create a model with datasets for training, use the `spx csr model create` com
66
63
- Set the required `dataset` parameter to the ID of a dataset that you want used for training. To specify multiple datasets, set the `datasets` (plural) parameter and separate the IDs with a semicolon.
67
64
- Set the required `language` parameter. The dataset locale must match the locale of the project. The locale can't be changed later. The Speech CLI `language` parameter corresponds to the `locale` property in the JSON request and response.
68
65
- Set the required `name` parameter. This is the name that will be displayed in the Speech Studio. The Speech CLI `name` parameter corresponds to the `displayName` property in the JSON request and response.
69
-
- Optionally, you can set the `baseModel` parameter. If you don't specify the `baseModel`, the default base model for the locale is used.
66
+
- Optionally, you can set the `base` property. For example: `--base 1aae1070-7972-47e9-a977-87e3b05c457d`. If you don't specify the `base`, the default base model for the locale is used. The Speech CLI `base` parameter corresponds to the `baseModel` property in the JSON request and response.
70
67
71
68
Here's an example Speech CLI command that creates a model with datasets for training:
72
69
@@ -75,10 +72,7 @@ spx csr model create --project YourProjectId --name "My Model" --description "My
75
72
```
76
73
77
74
> [!NOTE]
78
-
> In this example, the `baseModel` isn't set, so the default base model for the locale is used. The base model URI is returned in the response.
79
-
80
-
> [!div class="nextstepaction"]
81
-
> <ahref="https://microsoft.qualtrics.com/jfe/form/SV_0Cl5zkG3CnDjq6O?PLanguage=CLI&Pillar=Speech&Product=Custom-speech&Page=Train-a-model&Section=Create-a-model"target="_target">I ran into an issue</a>
75
+
> In this example, the `base` isn't set, so the default base model for the locale is used. The base model URI is returned in the response.
82
76
83
77
You should receive a response body in the following format:
84
78
@@ -138,7 +132,7 @@ To create a model with datasets for training, use the [CreateModel](https://east
138
132
- Set the required `datasets` property to the URI of the datasets that you want used for training.
139
133
- Set the required `locale` property. The model locale must match the locale of the project and base model. The locale can't be changed later.
140
134
- Set the required `displayName` property. This is the name that will be displayed in the Speech Studio.
141
-
- Optionally, you can set the `baseModel` property. If you don't specify the `baseModel`, the default base model for the locale is used.
135
+
- Optionally, you can set the `baseModel` property. For example: `"baseModel": {"self": "https://eastus.api.cognitive.microsoft.com/speechtotext/v3.0/models/base/1aae1070-7972-47e9-a977-87e3b05c457d"}`. If you don't specify the `baseModel`, the default base model for the locale is used.
142
136
143
137
Make an HTTP POST request using the URI as shown in the following example. Replace `YourSubscriptionKey` with your Speech resource key, replace `YourServiceRegion` with your Speech resource region, and set the request body properties as previously described.
> In this example, the `baseModel` isn't set, so the default base model for the locale is used. The base model URI is returned in the response.
164
158
165
-
> [!div class="nextstepaction"]
166
-
> <ahref="https://microsoft.qualtrics.com/jfe/form/SV_0Cl5zkG3CnDjq6O?PLanguage=REST&Pillar=Speech&Product=Custom-speech&Page=Train-a-model&Section=Create-a-model"target="_target">I ran into an issue</a>
167
-
168
159
You should receive a response body in the following format:
169
160
170
161
```json
@@ -229,9 +220,6 @@ Follow these instructions to copy a model to a project in another region:
229
220
230
221
After the model is successfully copied, you'll be notified and can view it in the target project.
231
222
232
-
> [!div class="nextstepaction"]
233
-
> <ahref="https://microsoft.qualtrics.com/jfe/form/SV_0Cl5zkG3CnDjq6O?PLanguage=Speech-studio&Pillar=Speech&Product=Custom-speech&Page=Train-a-model&Section=Copy-a-model"target="_target">I ran into an issue</a>
> Only the `targetSubscriptionKey` property in the request body has information about the destination Speech resource.
259
247
260
-
> [!div class="nextstepaction"]
261
-
> <ahref="https://microsoft.qualtrics.com/jfe/form/SV_0Cl5zkG3CnDjq6O?PLanguage=REST&Pillar=Speech&Product=Custom-speech&Page=Train-a-model&Section=Copy-a-model"target="_target">I ran into an issue</a>
262
-
263
248
You should receive a response body in the following format:
Copy file name to clipboardExpand all lines: articles/cognitive-services/Speech-Service/how-to-custom-speech-upload-data.md
-9Lines changed: 0 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,9 +36,6 @@ To upload your own datasets in Speech Studio, follow these steps:
36
36
37
37
After your dataset is uploaded, go to the **Train custom models** page to [train a custom model](how-to-custom-speech-train-model.md)
38
38
39
-
> [!div class="nextstepaction"]
40
-
> <ahref="https://microsoft.qualtrics.com/jfe/form/SV_0Cl5zkG3CnDjq6O?PLanguage=Speech-studio&Pillar=Speech&Product=Custom-speech&Page=Upload-training-and-testing-datasets&Section=Upload-datasets"target="_target">I ran into an issue</a>
41
-
42
39
::: zone-end
43
40
44
41
::: zone pivot="speech-cli"
@@ -59,9 +56,6 @@ Here's an example Speech CLI command that creates a dataset and connects it to a
> <ahref="https://microsoft.qualtrics.com/jfe/form/SV_0Cl5zkG3CnDjq6O?PLanguage=CLI&Pillar=Speech&Product=Custom-speech&Page=Upload-training-and-testing-datasets&Section=Upload-datasets"target="_target">I ran into an issue</a>
64
-
65
59
You should receive a response body in the following format:
> <ahref="https://microsoft.qualtrics.com/jfe/form/SV_0Cl5zkG3CnDjq6O?PLanguage=REST&Pillar=Speech&Product=Custom-speech&Page=Upload-training-and-testing-datasets&Section=Upload-datasets"target="_target">I ran into an issue</a>
130
-
131
122
You should receive a response body in the following format:
0 commit comments