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 bool | IsValid() const =0 True if Name and VoiceId are non-default values. |
Public Functions Documentation
function Name
A user-displayable voice name.virtual const FString & Name() const =0
function VoiceId
An internal voice identifier.virtual const TTSVoiceId & VoiceId() const =0
function IsValid
True if Name and VoiceId are non-default values.virtual bool IsValid() const =0