ExStreamClient.Model.TranscriptionSettingsResponse (ExStreamClient v0.1.7)

View Source

Schema representing a TranscriptionSettingsResponse

Summary

Functions

Components could just be enums that are typed - so we need to decode those as enums as they will just be stings

Types

t()

@type t() :: %ExStreamClient.Model.TranscriptionSettingsResponse{
  closed_caption_mode: :"auto-on" | :disabled | :available,
  language:
    :sk
    | :sl
    | :et
    | :bg
    | :uk
    | :no
    | :ms
    | :ko
    | :hr
    | :hi
    | :he
    | :tl
    | :ar
    | :zh
    | :ro
    | :hu
    | :tr
    | :th
    | :ta
    | :sv
    | :ru
    | :ja
    | :id
    | :fi
    | :el
    | :da
    | :cs
    | :ca
    | :pl
    | :pt
    | :nl
    | :it
    | :de
    | :es
    | :fr
    | :en
    | :auto,
  languages: any(),
  mode: :"auto-on" | :disabled | :available
}

Functions

decode(map)

Components could just be enums that are typed - so we need to decode those as enums as they will just be stings

nested_components()