Skip to content

Commit 5ecfd52

Browse files
Merge pull request #224074 from sally-baolian/patch-92
Update batch-synthesis.md
2 parents 632171b + c4f5838 commit 5ecfd52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/cognitive-services/Speech-Service/batch-synthesis.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ Here are examples that can result in the 400 error:
392392
- The `top` query parameter exceeded the limit of 100.
393393
- You tried to use an invalid deployment ID or a custom voice that isn't successfully deployed. Make sure the Speech resource has access to the custom voice, and the custom voice is successfully deployed. You must also ensure that the mapping of `{"your-custom-voice-name": "your-deployment-ID"}` is correct in your batch synthesis request.
394394
- You tried to delete a batch synthesis job that hasn't started or hasn't completed running. You can only delete batch synthesis jobs that have a status of "Succeeded" or "Failed".
395-
- You tried to use a `F0` Speech resource, but the region only supports the `S0` (standard) Speech resource pricing tier.
395+
- You tried to use a *F0* Speech resource, but the region only supports the *Standard* Speech resource pricing tier.
396396
- You tried to create a new batch synthesis job that would exceed the limit of 200 active jobs. Each Speech resource can have up to 200 batch synthesis jobs that don't have a status of "Succeeded" or "Failed".
397397

398398
### HTTP 404 error

0 commit comments

Comments
 (0)