Module: Telnyx::Models::Calls::TranscriptionEngineAzureConfig::Region

Extended by:
Internal::Type::Enum
Defined in:
lib/telnyx/models/calls/transcription_engine_azure_config.rb,
sig/telnyx/models/calls/transcription_engine_azure_config.rbs

Overview

Azure region to use for speech recognition

See Also:

  • Telnyx::Models::Calls::TranscriptionEngineAzureConfig#region

Constant Summary collapse

AUSTRALIAEAST =

Returns:

  • (:australiaeast)
:australiaeast
CENTRALINDIA =

Returns:

  • (:centralindia)
:centralindia
EASTUS =

Returns:

  • (:eastus)
:eastus
NORTHCENTRALUS =

Returns:

  • (:northcentralus)
:northcentralus
WESTEUROPE =

Returns:

  • (:westeurope)
:westeurope
WESTUS2 =

Returns:

  • (:westus2)
:westus2

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::TranscriptionEngineAzureConfig::region]

Returns:

  • (::Array[Telnyx::Models::Calls::TranscriptionEngineAzureConfig::region])


59
# File 'sig/telnyx/models/calls/transcription_engine_azure_config.rbs', line 59

def self?.values: -> ::Array[Telnyx::Models::Calls::TranscriptionEngineAzureConfig::region]