Module: Telnyx::Models::SttServiceType
- Extended by:
- Internal::Type::Enum
- Defined in:
- lib/telnyx/models/stt_service_type.rb,
sig/telnyx/models/stt_service_type.rbs
Overview
Service surface a model is available on. ai_assistant is the STT surface
configured via Call Control voice-assistant transcription; it covers both
live-streaming and non-streaming/batch models (matching the
TranscriptionConfig.model enum on call-control voice assistants).
Constant Summary collapse
- STREAMING =
:streaming- FILE_BASED =
:file_based- IN_CALL =
:in_call- AI_ASSISTANT =
:ai_assistant
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/stt_service_type.rb', line 17
|
Instance Method Details
#self?.values ⇒ ::Array[Telnyx::Models::stt_service_type]
13 |
# File 'sig/telnyx/models/stt_service_type.rbs', line 13
def self?.values: -> ::Array[Telnyx::Models::stt_service_type]
|