Home  >  V-Agent  >  DML

Say

The verb 'Say' is used to communicate vocal content. DataKnowl uses text-to-speech technology to generate the voice from the text provided.

Attributes:

Name Value
language The language used to speak the text. The default language is US English (en-US). You can see the list of supported languages below.
voice The voice to use to generate audio from the text.


Supported languages: cs-CZ, de-DE, en-GB, en-US, es-ES, it-IT

Example:
<task> 
   <say language="en-US" voice="">
      Hello world
   </say>
</task> 

© 2024 Complexity Intelligence, LLC