Last reviewed: 3/23/2024 10:50:12 AM
<bookmark>
The bookmark element is an empty element that places a marker to generate an event when synthesized.
<?xml version="1.0"?>
<speak version="1.0"
xmlns="http://www.w3.org/2001/10/synthesis"
xml:lang="en-US">
<voice name="en-US-JennyNeural">
We are selling <bookmark mark='flower_1' />roses and <bookmark mark='flower_2' />daisies.
</voice>
</speak>
Attributes
mark
A token value to return with the bookmark event.
Children
none
Parents
<emphasis>, <s>, and <voice>.
Source: Microsoft Azure Speech Synthesis Markup Language (SSML)