Skip to content

Commit 93e2f1a

Browse files
Ling-Caoeric-urban
andauthored
Update articles/ai-services/speech-service/batch-synthesis.md
Co-authored-by: Eric Urban <[email protected]>
1 parent aa2d53c commit 93e2f1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/ai-services/speech-service/batch-synthesis.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ curl -v -X PUT -H "Ocp-Apim-Subscription-Key: YourSpeechKey" -H "Content-Type: a
6969
"concatenateResult": false,
7070
"decompressOutputFiles": false
7171
}
72-
}' "https://YourSpeechRegion.api.cognitive.microsoft.com/texttospeech/batchsyntheses/my-job-01?api-version=2024-04-01"
72+
}' "https://YourSpeechRegion.api.cognitive.microsoft.com/texttospeech/batchsyntheses/YourSynthesisId?api-version=2024-04-01"
7373
```
7474

7575
You should receive a response body in the following format:

0 commit comments

Comments
 (0)