Documentation

Support

Vivox Unreal SDK

Vivox Unreal SDK

ITTSVoice

Reference the ITTSVoice interface for text-to-speech voice configuration.
Read time 1 minuteLast updated 2 days ago

A voice used by the text-to-speech (TTS) subsystem to synthesize speech.
#include <ITTSVoice.h>

Public Functions

Name

virtual const FString &Name() const =0
A user-displayable voice name.
virtual const TTSVoiceId &VoiceId() const =0
An internal voice identifier.
virtual boolIsValid() const =0
True if Name and VoiceId are non-default values.

Public Functions Documentation

function Name

virtual const FString & Name() const =0
A user-displayable voice name.

function VoiceId

virtual const TTSVoiceId & VoiceId() const =0
An internal voice identifier.

function IsValid

virtual bool IsValid() const =0
True if Name and VoiceId are non-default values.