Skip to content

Commit db3b5da

Browse files
committed
Merge branch 'BatchSynthesisAPI-v20240401' of https://github.com/Ling-Cao/azure-docs-pr into BatchSynthesisAPI-v20240401
2 parents 20e1537 + 93e2f1a commit db3b5da

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
@@ -70,7 +70,7 @@ curl -v -X PUT -H "Ocp-Apim-Subscription-Key: YourSpeechKey" -H "Content-Type: a
7070
"concatenateResult": false,
7171
"decompressOutputFiles": false
7272
}
73-
}' "https://YourSpeechRegion.api.cognitive.microsoft.com/texttospeech/batchsyntheses/my-job-01?api-version=2024-04-01"
73+
}' "https://YourSpeechRegion.api.cognitive.microsoft.com/texttospeech/batchsyntheses/YourSynthesisId?api-version=2024-04-01"
7474
```
7575

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

0 commit comments

Comments
 (0)