Module: Telnyx::Models::Calls::DeepgramNova3Config::Language
- Extended by:
- Internal::Type::Enum
- Defined in:
- lib/telnyx/models/calls/deepgram_nova3_config.rb
Overview
Language to use for speech recognition with nova-3 model
Constant Summary collapse
- EN_US =
:"en-US"- EN_AU =
:"en-AU"- EN_GB =
:"en-GB"- EN_IN =
:"en-IN"- EN_NZ =
:"en-NZ"- DE =
:de- NL =
:nl- SV_SE =
:"sv-SE"- DA_DK =
:"da-DK"- ES =
:es- ES_419 =
:"es-419"- FR =
:fr- FR_CA =
:"fr-CA"- PT_BR =
:"pt-BR"- PT_PT =
:"pt-PT"- AUTO_DETECT =
:auto_detect
Class 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/calls/deepgram_nova3_config.rb', line 104
|