Enum TalkAction.TalkProvider
Defines the text-to-speech provider to use for speech synthesis.
public enum TalkAction.TalkProvider
Fields
[EnumMember(Value = "ElevenLabs")] ElevenLabs = 0Use ElevenLabs as the text-to-speech provider.
[EnumMember(Value = "Google")] Google = 1Use Google as the text-to-speech provider.
[EnumMember(Value = "Polly")] Polly = 2Use Amazon Polly as the text-to-speech provider.