Skip to content

Commit f421802

Browse files
Update personal-voice-create-voice.md
1 parent 7660708 commit f421802

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/ai-services/speech-service/personal-voice-create-voice.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,8 @@ curl -v -X PUT -H "Ocp-Apim-Subscription-Key: YourResourceKey" -H "Content-Type:
9999
"projectId": "ProjectId",
100100
"consentId": "JessicaConsentId",
101101
"audios": {
102-
"containerUrl": "https://contoso.blob.core.windows.net/voicecontainer?mySasToken",
103-
"prefix": "jessica/",
102+
"containerUrl": "https://contoso.blob.core.windows.net/voicecontainer?mySasToken", // The URL must have both read and list permissions using a SAS token.
103+
"prefix": "jessica/", // Ensure the `.wav` files are located in the "jessica" folder within the container. If there is no such folder, the prefix will match `.wav` files with names starting with "jessica".
104104
"extensions": [
105105
".wav"
106106
]

0 commit comments

Comments
 (0)