Module: Telnyx::Models::Calls::DeepgramNova2Config::Language

Extended by:
Internal::Type::Enum
Defined in:
lib/telnyx/models/calls/deepgram_nova2_config.rb

Overview

Language to use for speech recognition with nova-2 model

See Also:

Constant Summary collapse

BG =
:bg
CA =
:ca
ZH_CN =
:"zh-CN"
ZH_HANS =
:"zh-Hans"
ZH_TW =
:"zh-TW"
ZH_HANT =
:"zh-Hant"
ZH_HK =
:"zh-HK"
CS =
:cs
DA_DK =
:"da-DK"
NL_BE =
:"nl-BE"
EN_US =
:"en-US"
EN_AU =
:"en-AU"
EN_GB =
:"en-GB"
EN_NZ =
:"en-NZ"
EN_IN =
:"en-IN"
ET =
:et
FI =
:fi
FR =
:fr
FR_CA =
:"fr-CA"
DE_CH =
:"de-CH"
EL =
:el
HI =
:hi
HU =
:hu
ID =
:id
IT =
:it
JA =
:ja
KO_KR =
:"ko-KR"
LV =
:lv
LT =
:lt
MS =
:ms
NO =
:no
PL =
:pl
PT_BR =
:"pt-BR"
PT_PT =
:"pt-PT"
RO =
:ro
RU =
:ru
SK =
:sk
ES_419 =
:"es-419"
SV_SE =
:"sv-SE"
TH_TH =
:"th-TH"
TR =
:tr
UK =
:uk
VI =
:vi
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

.valuesArray<Symbol>

Returns:

  • (Array<Symbol>)


# File 'lib/telnyx/models/calls/deepgram_nova2_config.rb', line 132