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/personal-voice-create-project.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,12 +18,12 @@ Personal voice projects contain the user consent statement and the personal voic
18
18
19
19
## Create a project
20
20
21
-
To create a personal voice project, use the [Projects_Create](/rest/api/speechapi/projects/create) operation of the custom voice API. Construct the request body according to the following instructions:
21
+
To create a personal voice project, use the [Projects_Create](/rest/api/aiservices/speechapi/projects/create) operation of the custom voice API. Construct the request body according to the following instructions:
22
22
23
23
- Set the required `kind` property to `PersonalVoice`. The kind can't be changed later.
24
24
- Optionally, set the `description` property for the project description. The project description can be changed later.
25
25
26
-
Make an HTTP PUT request using the URI as shown in the following [Projects_Create](/rest/api/speechapi/projects/create) example.
26
+
Make an HTTP PUT request using the URI as shown in the following [Projects_Create](/rest/api/aiservices/speechapi/projects/create) example.
27
27
- Replace `YourResourceKey` with your Speech resource key.
28
28
- Replace `YourResourceRegion` with your Speech resource region.
29
29
- Replace `ProjectId` with a project ID of your choice. The case sensitive ID must be unique within your Speech resource. The ID will be used in the project's URI and can't be changed later.
@@ -32,7 +32,7 @@ Make an HTTP PUT request using the URI as shown in the following [Projects_Creat
0 commit comments