ApiApp().GetVoiceType
Returns the type (TTS Provider) of voice font for output of AI speech (TTS).
Description
This method returns the currently selected voice font provider used for speech output. The type of voice determines which special tags are allowed or stripped in voice output. Note that ALL speech tags are stripped from the text output.
Example Usage (C#)
string voiceType = _core.ApiApp().GetVoiceType();
Parameters
None. |
Returns
A string representing the currently selected voice font type. Current possible types include
”undefined”, “att”, “cepstral”, “loquendo”, and “microsoft”.
See Also
- ApiApp().SetVoiceType
- ApiApp().SetVoiceOutput
- ApiApp().LoadVisemes
- ApiApp().GetVoiceFontGender
- ApiApp().GetVoiceFontName
- ApiApp().GetVoiceFontRate