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.
2 parents 20e1537 + 93e2f1a commit db3b5daCopy full SHA for db3b5da
articles/ai-services/speech-service/batch-synthesis.md
@@ -70,7 +70,7 @@ curl -v -X PUT -H "Ocp-Apim-Subscription-Key: YourSpeechKey" -H "Content-Type: a
70
"concatenateResult": false,
71
"decompressOutputFiles": false
72
}
73
-}' "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"
74
```
75
76
You should receive a response body in the following format:
0 commit comments