Module: Telnyx::Models::Calls::GoogleTranscriptionLanguage

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

Overview

Language to use for speech recognition

Constant Summary collapse

AF =
:af
SQ =
:sq
AM =
:am
AR =
:ar
HY =
:hy
AZ =
:az
EU =
:eu
BN =
:bn
BS =
:bs
BG =
:bg
MY =
:my
CA =
:ca
YUE =
:yue
ZH =
:zh
HR =
:hr
CS =
:cs
DA =
:da
NL =
:nl
EN =
:en
ET =
:et
FIL =
:fil
FI =
:fi
FR =
:fr
GL =
:gl
KA =
:ka
DE =
:de
EL =
:el
GU =
:gu
IW =
:iw
HI =
:hi
HU =
:hu
IS =
:is
ID =
:id
IT =
:it
JA =
:ja
JV =
:jv
KN =
:kn
KK =
:kk
KM =
:km
KO =
:ko
LO =
:lo
LV =
:lv
LT =
:lt
MK =
:mk
MS =
:ms
ML =
:ml
MR =
:mr
MN =
:mn
NE =
:ne
NO =
:no
FA =
:fa
PL =
:pl
PT =
:pt
PA =
:pa
RO =
:ro
RU =
:ru
RW =
:rw
SR =
:sr
SI =
:si
SK =
:sk
SL =
:sl
SS =
:ss
ST =
:st
ES =
:es
SU =
:su
SW =
:sw
SV =
:sv
TA =
:ta
TE =
:te
TH =
:th
TN =
:tn
TR =
:tr
TS =
:ts
UK =
:uk
UR =
:ur
UZ =
:uz
VE =
:ve
VI =
:vi
XH =
:xh
ZU =
:zu

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/google_transcription_language.rb', line 91