import Tabs from @theme/Tabs; import TabItem from @theme/TabItem; The | Add a pause between paragraphs. | | Words in a paragraph | Add a pause between sentences. | |
#### strength attribute {#strength} The strength attribute has the following values. Default is medium. | Value | | | : | | | none | No pause. Can be used to remove a pause that would normally occur. | | x-weak | No pause. | | weak | Treat adjacent words as if separated by a single comma. | | medium | Treat adjacent words as if separated by a single comma. | | strong | Sentence break. | | x-strong | Paragraph break. |
#### level attribute {#level} The level attribute has the following values. Default is moderate. | Value | | | : | | | strong | Increase the volume and slow down the speaking rate. Speech is louder and slower. | | moderate | Increase the volume and slow down the speaking rate, but not as much as strong. | | reduced | Decrease the volume and speed up the speaking rate. Speech is softer and faster. |
#### alphabet attribute {#alphabet} The alphabet attribute has the following values. | Value | | | --: | - | | ipa | The International Phonetic Alphabet (IPA). | | x-sampa | The Extended Speech Assessment Methods Phonetic Alphabet (X-SAMPA). |
#### volume attribute {#volume} The volume attribute has the following values. Set the volume with one of the values below. Then, you can specify a percentage to increase or decrease the volume of the speech. See [here](https://developer.amazon.com/docs/custom-skills/speech-synthesis-markup-language-ssml-reference.html#prosody) for more information. | Value | | | -: | | | silent | No volume. | | x-soft | Lowest volume. | | soft | Lower volume. | | medium | Normal volume. | | loud | Louder volume. | | x-loud | Loudest volume. |
#### pitch attribute {#pitch} The pitch attribute has the following values. Set the pitch with one of the values below. Then, you can specify a percentage to increase or decrease the pitch of the speech. See [here](https://developer.amazon.com/docs/custom-skills/speech-synthesis-markup-language-ssml-reference.html#prosody) for more information. | Value | | | -: | -- | | x-low | Lowest pitch. | | low | Lower pitch. | | medium | Normal pitch. | | high | Higher pitch. | | x-high | Highest pitch. |
#### rate attribute {#rate} The rate attribute has the following values. Set the rate with one of the values below. Then, you can specify a percentage to increase or decrease the speed of the speech. See [here](https://developer.amazon.com/docs/custom-skills/speech-synthesis-markup-language-ssml-reference.html#prosody) for more information. | Value | | | -: | - | | x-slow | Slowest rate. | | slow | Slower rate. | | medium | Normal rate. | | fast | Faster rate. | | x-fast | Fastest rate. |
#### interpret-as attribute {#interpret} The interpret-as attribute has the following values. | Value | | | -: | -- | | characters | Spell out each letter. | | spell-out | Spell out each letter. | | cardinal | Interpret value as cardinal number. | | number | Interpret value as cardinal number. | | ordinal | Interpret value as ordinal number. | | digits | Spell each digit separately. | | fraction | Interpret value as fraction. | | unit | Interpret value as measurement. | | date | Interpret value as a date. Use format attribute to indicate format of date: mdy, dmy, ymd, md, dm, ym, my, d, m, y. | | time | Interpret as a duration of minutes and seconds. | | telephone | Interpret as telephone number. | | address | Interpret as part of a street address. | | interjection | Interpret as an interjection. | | expletive | Bleep out content in tag. | ### Example Words in a sentence.