Table of Contents

Enum TalkAction.TalkProvider

Namespace
Vonage.Voice.Nccos
Assembly
Vonage.dll

Defines the text-to-speech provider to use for speech synthesis.

public enum TalkAction.TalkProvider

Fields

[EnumMember(Value = "ElevenLabs")] ElevenLabs = 0

Use ElevenLabs as the text-to-speech provider.

[EnumMember(Value = "Google")] Google = 1

Use Google as the text-to-speech provider.

[EnumMember(Value = "Polly")] Polly = 2

Use Amazon Polly as the text-to-speech provider.