Skip to main content
Inspiring
July 7, 2016
Answered

VTML Captivate question

  • July 7, 2016
  • 2 replies
  • 1130 views

Do I always need an ending tag </vtml> when editing my text to speech? It's working without one when I use the pause

<vtml_pause time="100"/>

Thanks

This topic has been closed for replies.
Correct answer Sreekanth_S

No need. You can check this guide for the syntax and other tags.

https://media.neospeech.com/document/vt_eng-Engine-VTML-v3.9.0-3.pdf

Sreekanth

2 replies

Jefferbob12055564
Inspiring
July 7, 2016

You actually are using an end tag. Using <tag /> is the same as <tag></tag> and is acceptable any time there's no internal content. (So "<tag>somecontent</tag>" could not be written "<tag />somecontent" )

Sreekanth_SCorrect answer
Legend
July 7, 2016

No need. You can check this guide for the syntax and other tags.

https://media.neospeech.com/document/vt_eng-Engine-VTML-v3.9.0-3.pdf

Sreekanth

AnotherMeAuthor
Inspiring
July 7, 2016

Thank you!