Skip to content

Commit 0098da1

Browse files
Merge pull request #2032 from ForrestGumb/patch-3
Update rest-text-to-speech.md
2 parents 5d7ba9f + db44af1 commit 0098da1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

articles/ai-services/speech-service/rest-text-to-speech.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,7 @@ The HTTP status code for each response indicates success or common errors:
258258
| 415 | Unsupported media type | It's possible that the wrong `Content-Type` value was provided. `Content-Type` should be set to `application/ssml+xml`. |
259259
| 429 | Too many requests | You exceeded the quota or rate of requests allowed for your resource. |
260260
| 502 | Bad gateway | There's a network or server-side problem. This status might also indicate invalid headers. |
261+
| 503 | Service Unavailable | There's a server-side problem for various reasons. |
261262

262263
If the HTTP status is `200 OK`, the body of the response contains an audio file in the requested format. This file can be played as it's transferred, saved to a buffer, or saved to a file.
263264

0 commit comments

Comments
 (0)