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-voice.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
@@ -33,7 +33,7 @@ Construct the request body according to the following instructions:
33
33
- Set the required `consentId` property. See [add user consent](./personal-voice-create-consent.md).
34
34
- Set the required `audiodata` property. You can specify one or more audio files in the same request.
35
35
36
-
Make an HTTP PUT request using the URI as shown in the following `PersonalVoices_Create` example.
36
+
Make an HTTP POST request using the URI as shown in the following `PersonalVoices_Create` example.
37
37
- Replace `YourResourceKey` with your Speech resource key.
38
38
- Replace `YourResourceRegion` with your Speech resource region.
39
39
- Replace `JessicaPersonalVoiceId` with a personal voice ID of your choice. The case sensitive ID will be used in the personal voice's URI and can't be changed later.
0 commit comments