Module: Telnyx::Models::Calls::TranscriptionEngineCohereConfig::Language
- Extended by:
- Internal::Type::Enum
- Defined in:
- lib/telnyx/models/calls/transcription_engine_cohere_config.rb,
sig/telnyx/models/calls/transcription_engine_cohere_config.rbs
Overview
The language of the audio to be transcribed. Unlike other self-hosted models,
Cohere does not auto-detect the language; auto is not supported.
Constant Summary collapse
- AR =
:ar- EN =
:en
Instance Method Summary collapse
Methods included from Internal::Type::Enum
==, ===, coerce, dump, hash, inspect, to_sorbet_type, values, 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
Instance Method Details
#self?.values ⇒ ::Array[Telnyx::Models::Calls::TranscriptionEngineCohereConfig::language]
50 |
# File 'sig/telnyx/models/calls/transcription_engine_cohere_config.rbs', line 50
def self?.values: -> ::Array[Telnyx::Models::Calls::TranscriptionEngineCohereConfig::language]
|