Skip to content

Commit 9f6bd14

Browse files
Update speech-synthesis-markup.md
1 parent 8fea1c3 commit 9f6bd14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/cognitive-services/Speech-Service/speech-synthesis-markup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ Use the `mstts:silence` element to insert pauses before or after text, or betwee
390390

391391
| Attribute | Description | Required or optional |
392392
| ---------- | ---------- | -------------------- |
393-
| `type` | Specifies the location of silence to be added: <ul><li>`Leading` – It indicates the beginning of the text, but has a minimum value of 50 ms. That is, if you set a value of less than 50 ms for this type, then the silence length will actually be 50 ms. </li><li>`Leading-exact` – It indicates the beginning of the text, and the value set for this type is an absolute silence length.</li><li>`Tailing` – It indicates the end of text, and the actual silence length for this type includes the silence after the last word and the vaule you set for this type.</li><li>`Tailing-exact` – It indicates the end of the text, and the value set for this type is an absolute silence length.</li><li>`Sentenceboundary` – It indicates between adjacent sentences, and the actual silence length for this type includes the silence after the last word in the previous sentence, the vaule you set for this type, and the silence before the starting word in the next sentence. </li><li>`Sentenceboundary-exact` – It indicates between adjacent sentences, and the value set for this type is an absolute silence length. </li></ul> <ul>Each type with the suffix "-exact" takes precedence over its corresponding type. For example, if you set both `Leading` and `Leading-exact` types, the `Leading-exact` type will take effect.</ul>| Required |
393+
| `type` | Specifies the location of silence to be added: <ul><li>`Leading` – It indicates the beginning of the text, but the value set for this type is not an absolute silence length. </li><li>`Leading-exact` – It indicates the beginning of the text, and the value set for this type is an absolute silence length.</li><li>`Tailing` – It indicates the end of text, and the actual silence length for this type includes the silence after the last word and the value you set for this type.</li><li>`Tailing-exact` – It indicates the end of the text, and the value set for this type is an absolute silence length.</li><li>`Sentenceboundary` – It indicates between adjacent sentences, and the actual silence length for this type includes the silence after the last word in the previous sentence, the value you set for this type, and the silence before the starting word in the next sentence. </li><li>`Sentenceboundary-exact` – It indicates between adjacent sentences, and the value set for this type is an absolute silence length. </li></ul> <ul>Each type with the suffix "-exact" takes precedence over its corresponding type. For example, if you set both `Leading` and `Leading-exact` types, the `Leading-exact` type will take effect.</ul>| Required |
394394
| `Value` | Specifies the absolute duration of a pause in seconds or milliseconds. This value should be set less than 5,000 ms. Examples of valid values are `2s` and `500ms`.| Required |
395395

396396
**Example**

0 commit comments

Comments
 (0)