@@ -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 : 7 /15/2024
10
10
ms.author : eur
11
11
zone_pivot_groups : speech-studio-cli-rest
12
12
---
@@ -44,20 +44,20 @@ To create a project, use the `spx csr project create` command. Construct the req
44
44
Here's an example Speech CLI command that creates a project:
45
45
46
46
``` azurecli-interactive
47
- spx csr project create --api-version v3.1 --name "My Project" --description "My Project Description" --language "en-US"
47
+ spx csr project create --api-version v3.2 --name "My Project" --description "My Project Description" --language "en-US"
48
48
```
49
49
50
50
You should receive a response body in the following format:
51
51
52
52
``` json
53
53
{
54
- "self" : " https://eastus.api.cognitive.microsoft.com/speechtotext/v3.1 /projects/1cdfa276-0f9d-425b-a942-5f2be93017ed " ,
54
+ "self" : " https://eastus.api.cognitive.microsoft.com/speechtotext/v3.2 /projects/0198f569-cc11-4099-a0e8-9d55bc3d0c52 " ,
55
55
"links" : {
56
- "evaluations" : " https://eastus.api.cognitive.microsoft.com/speechtotext/v3.1 /projects/1cdfa276-0f9d-425b-a942-5f2be93017ed /evaluations" ,
57
- "datasets" : " https://eastus.api.cognitive.microsoft.com/speechtotext/v3.1 /projects/1cdfa276-0f9d-425b-a942-5f2be93017ed /datasets" ,
58
- "models" : " https://eastus.api.cognitive.microsoft.com/speechtotext/v3.1 /projects/1cdfa276-0f9d-425b-a942-5f2be93017ed /models" ,
59
- "endpoints" : " https://eastus.api.cognitive.microsoft.com/speechtotext/v3.1 /projects/1cdfa276-0f9d-425b-a942-5f2be93017ed /endpoints" ,
60
- "transcriptions" : " https://eastus.api.cognitive.microsoft.com/speechtotext/v3.1 /projects/1cdfa276-0f9d-425b-a942-5f2be93017ed /transcriptions"
56
+ "evaluations" : " https://eastus.api.cognitive.microsoft.com/speechtotext/v3.2 /projects/0198f569-cc11-4099-a0e8-9d55bc3d0c52 /evaluations" ,
57
+ "datasets" : " https://eastus.api.cognitive.microsoft.com/speechtotext/v3.2 /projects/0198f569-cc11-4099-a0e8-9d55bc3d0c52 /datasets" ,
58
+ "models" : " https://eastus.api.cognitive.microsoft.com/speechtotext/v3.2 /projects/0198f569-cc11-4099-a0e8-9d55bc3d0c52 /models" ,
59
+ "endpoints" : " https://eastus.api.cognitive.microsoft.com/speechtotext/v3.2 /projects/0198f569-cc11-4099-a0e8-9d55bc3d0c52 /endpoints" ,
60
+ "transcriptions" : " https://eastus.api.cognitive.microsoft.com/speechtotext/v3.2 /projects/0198f569-cc11-4099-a0e8-9d55bc3d0c52 /transcriptions"
61
61
},
62
62
"properties" : {
63
63
"datasetCount" : 0 ,
@@ -66,7 +66,7 @@ You should receive a response body in the following format:
66
66
"transcriptionCount" : 0 ,
67
67
"endpointCount" : 0
68
68
},
69
- "createdDateTime" : " 2022-05-17T22 :15:18Z " ,
69
+ "createdDateTime" : " 2024-07-14T17 :15:55Z " ,
70
70
"locale" : " en-US" ,
71
71
"displayName" : " My Project" ,
72
72
"description" : " My Project Description"
@@ -97,20 +97,20 @@ curl -v -X POST -H "Ocp-Apim-Subscription-Key: YourSubscriptionKey" -H "Content-
97
97
"displayName": "My Project",
98
98
"description": "My Project Description",
99
99
"locale": "en-US"
100
- } ' "https://YourServiceRegion.api.cognitive.microsoft.com/speechtotext/v3.1 /projects"
100
+ } ' "https://YourServiceRegion.api.cognitive.microsoft.com/speechtotext/v3.2 /projects"
101
101
```
102
102
103
103
You should receive a response body in the following format:
104
104
105
105
``` json
106
106
{
107
- "self" : " https://eastus.api.cognitive.microsoft.com/speechtotext/v3.1 /projects/1cdfa276-0f9d-425b-a942-5f2be93017ed " ,
107
+ "self" : " https://eastus.api.cognitive.microsoft.com/speechtotext/v3.2 /projects/0198f569-cc11-4099-a0e8-9d55bc3d0c52 " ,
108
108
"links" : {
109
- "evaluations" : " https://eastus.api.cognitive.microsoft.com/speechtotext/v3.1 /projects/1cdfa276-0f9d-425b-a942-5f2be93017ed /evaluations" ,
110
- "datasets" : " https://eastus.api.cognitive.microsoft.com/speechtotext/v3.1 /projects/1cdfa276-0f9d-425b-a942-5f2be93017ed /datasets" ,
111
- "models" : " https://eastus.api.cognitive.microsoft.com/speechtotext/v3.1 /projects/1cdfa276-0f9d-425b-a942-5f2be93017ed /models" ,
112
- "endpoints" : " https://eastus.api.cognitive.microsoft.com/speechtotext/v3.1 /projects/1cdfa276-0f9d-425b-a942-5f2be93017ed /endpoints" ,
113
- "transcriptions" : " https://eastus.api.cognitive.microsoft.com/speechtotext/v3.1 /projects/1cdfa276-0f9d-425b-a942-5f2be93017ed /transcriptions"
109
+ "evaluations" : " https://eastus.api.cognitive.microsoft.com/speechtotext/v3.2 /projects/0198f569-cc11-4099-a0e8-9d55bc3d0c52 /evaluations" ,
110
+ "datasets" : " https://eastus.api.cognitive.microsoft.com/speechtotext/v3.2 /projects/0198f569-cc11-4099-a0e8-9d55bc3d0c52 /datasets" ,
111
+ "models" : " https://eastus.api.cognitive.microsoft.com/speechtotext/v3.2 /projects/0198f569-cc11-4099-a0e8-9d55bc3d0c52 /models" ,
112
+ "endpoints" : " https://eastus.api.cognitive.microsoft.com/speechtotext/v3.2 /projects/0198f569-cc11-4099-a0e8-9d55bc3d0c52 /endpoints" ,
113
+ "transcriptions" : " https://eastus.api.cognitive.microsoft.com/speechtotext/v3.2 /projects/0198f569-cc11-4099-a0e8-9d55bc3d0c52 /transcriptions"
114
114
},
115
115
"properties" : {
116
116
"datasetCount" : 0 ,
@@ -119,7 +119,7 @@ You should receive a response body in the following format:
119
119
"transcriptionCount" : 0 ,
120
120
"endpointCount" : 0
121
121
},
122
- "createdDateTime" : " 2022-05-17T22 :15:18Z " ,
122
+ "createdDateTime" : " 2024-07-14T17 :15:55Z " ,
123
123
"locale" : " en-US" ,
124
124
"displayName" : " My Project" ,
125
125
"description" : " My Project Description"
0 commit comments