| ## SSML (Speech Synthesis Markup Language) | ## SSML (Speech Synthesis Markup Language) | ||||
| SSML consists of XML-like tags, for example: `Did you mean the <emphasis level="strong"><prosody pitch="75">green</prosody></emphasis> beans?` | |||||
| The following markup tags and attributes are recognised: | The following markup tags and attributes are recognised: | ||||
| ### speak | ### speak | ||||
| ### prosody | ### prosody | ||||
| * rate | |||||
| * volume | |||||
| * pitch | |||||
| * range | |||||
| * rate (`x-slow`, `slow`, `medium`, `fast`, `x-fast` or a percentage such as `125%`) | |||||
| * volume (`silent`, `x-soft`, `soft`, `medium`, `loud`, `x-loud`, `+1dB` or `-1dB`) | |||||
| * pitch (a number, for example "75") | |||||
| * range (`default`, `x-low`, `low`, `medium`, `high`, `x-high`) | |||||
| ### say-as | ### say-as | ||||
| ### emphasis | ### emphasis | ||||
| * level | |||||
| * level (`none`, `reduced`, `moderate`, `strong` or `x-strong`) | |||||
| ### break | ### break | ||||