Skip to content

Commit dc8a2f3

Browse files
author
Yulin Li
committed
typo
1 parent 0e013ed commit dc8a2f3

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

articles/cognitive-services/Speech-Service/rest-text-to-speech.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -223,12 +223,12 @@ These regions are supported for text-to-speech through the REST API. Be sure to
223223

224224
This table lists required and optional headers for text-to-speech requests:
225225

226-
| Header | Description | Required or optional |
227-
| -------------------------- | ------------------------------------------------------------------------------------------------------------------ | -------------------- |
228-
| `Authorization` | An authorization token preceded by the word `Bearer`. For more information, see [Authentication](#authentication). | Required |
229-
| `Content-Type` | Specifies the content type for the provided text. Accepted value: `application/ssml+xml`. | Required |
230-
| `X-Microsoft-OutputFormat` | Specifies the audio output format. For a complete list of accepted values, see [Audio outputs](#audio-outputs). | Required |
231-
| `User-Agent` | The application name. The provided value must be fewer than 255 characters. | Required |
226+
| Header | Description | Required or optional |
227+
|--------|-------------|---------------------|
228+
| `Authorization` | An authorization token preceded by the word `Bearer`. For more information, see [Authentication](#authentication). | Required |
229+
| `Content-Type` | Specifies the content type for the provided text. Accepted value: `application/ssml+xml`. | Required |
230+
| `X-Microsoft-OutputFormat` | Specifies the audio output format. For a complete list of accepted values, see [Audio outputs](#audio-outputs). | Required |
231+
| `User-Agent` | The application name. The provided value must be fewer than 255 characters. | Required |
232232

233233
### Request body
234234

0 commit comments

Comments
 (0)