Module: Telnyx::Models::SpeechToTextListProvidersParams::Provider
- Extended by:
- Internal::Type::Enum
- Defined in:
- lib/telnyx/models/speech_to_text_list_providers_params.rb,
sig/telnyx/models/speech_to_text_list_providers_params.rbs
Overview
Filter to entries for a specific STT provider. The enum mirrors the providers
advertised across the speech-to-text spec (including google and telnyx,
which are accepted as WebSocket transcription engines). A provider that has no
models currently registered for any service type will return an empty data
array rather than an error.
Constant Summary collapse
- DEEPGRAM =
:deepgram- SPEECHMATICS =
:speechmatics- ASSEMBLYAI =
:assemblyai- XAI =
:xai- SONIOX =
:soniox- PARAKEET =
:parakeet- AZURE =
:azure- OPENAI =
:openai- GOOGLE =
:google- TELNYX =
:telnyx
Class Method Summary collapse
Instance Method Summary collapse
Methods included from Internal::Type::Enum
==, ===, coerce, dump, hash, inspect, to_sorbet_type, values
Methods included from Internal::Util::SorbetRuntimeSupport
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Methods included from Internal::Type::Converter
#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info
Class Method Details
.values ⇒ Array<Symbol>
|
|
# File 'lib/telnyx/models/speech_to_text_list_providers_params.rb', line 60
|
Instance Method Details
#self?.values ⇒ ::Array[Telnyx::Models::SpeechToTextListProvidersParams::provider]
64 |
# File 'sig/telnyx/models/speech_to_text_list_providers_params.rbs', line 64
def self?.values: -> ::Array[Telnyx::Models::SpeechToTextListProvidersParams::provider]
|