Module: Telnyx::Models::Calls::TranscriptionEngineDeepgramConfig::DeepgramNova3::Language

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

Overview

Language to use for speech recognition with nova-3 model

See Also:

Constant Summary collapse

EN =
:en
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 =
:sv
SV_SE =
:"sv-SE"
DA =
:da
DA_DK =
:"da-DK"
ES =
:es
ES_419 =
:"es-419"
FR =
:fr
FR_CA =
:"fr-CA"
PT =
:pt
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

.valuesArray<Symbol>

Returns:

  • (Array<Symbol>)


# File 'lib/telnyx/models/calls/transcription_engine_deepgram_config.rb', line 206