Table of Contents

Enum SpeechProvider

Namespace
Vonage.Voice.Nccos
Assembly
Vonage.dll

Defines the automatic speech recognition (ASR) provider to use for speech input.

public enum SpeechProvider

Fields

[EnumMember(Value = "deepgram")] Deepgram = 0

Use Deepgram as the speech recognition provider.

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

Use Google as the speech recognition provider.