Enum SpeechProvider
Defines the automatic speech recognition (ASR) provider to use for speech input.
public enum SpeechProvider
Fields
[EnumMember(Value = "deepgram")] Deepgram = 0Use Deepgram as the speech recognition provider.
[EnumMember(Value = "google")] Google = 1Use Google as the speech recognition provider.