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 =

Returns:

  • (:streaming)
:streaming
FILE_BASED =

Returns:

  • (:file_based)
:file_based
IN_CALL =

Returns:

  • (:in_call)
:in_call
AI_ASSISTANT =

Returns:

  • (: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

.valuesArray<Symbol>

Returns:

  • (Array<Symbol>)


# File 'lib/telnyx/models/stt_service_type.rb', line 17

Instance Method Details

#self?.values::Array[Telnyx::Models::stt_service_type]

Returns:

  • (::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]