We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa2d53c commit 93e2f1aCopy full SHA for 93e2f1a
articles/ai-services/speech-service/batch-synthesis.md
@@ -69,7 +69,7 @@ curl -v -X PUT -H "Ocp-Apim-Subscription-Key: YourSpeechKey" -H "Content-Type: a
69
"concatenateResult": false,
70
"decompressOutputFiles": false
71
}
72
-}' "https://YourSpeechRegion.api.cognitive.microsoft.com/texttospeech/batchsyntheses/my-job-01?api-version=2024-04-01"
+}' "https://YourSpeechRegion.api.cognitive.microsoft.com/texttospeech/batchsyntheses/YourSynthesisId?api-version=2024-04-01"
73
```
74
75
You should receive a response body in the following format:
0 commit comments