Last reviewed: 3/23/2024 11:12:35 AM
<VOICE>
A voice element identifies the voice (synthesizer) requested for speech synthesis. The attributes are TTS engine (i.e., voice) specific.
<SAPI>
<VOICE REQUIRED="Gender=Female;Age=Adult"/>
Hi. I'm an adult female.
</SAPI>
Attributes
OPTIONAL
Specifies a list of semicolon-delimited strings representing the optional attributes SAPI uses to select a voice.
REQUIRED
Specifies a list of semicolon-delimited strings representing the required attributes SAPI uses to select a voice. Speech synthesis will fail if the SAPI cannot find a voice that matches the required attributes.
Children
none