# `ExStreamClient.Model.TranscriptionSettingsResponse`
[🔗](https://github.com/Tango-Tango/ex_stream_client/blob/main/lib/ex_stream_client/model/transcription_settings_response.ex#L1)

Schema representing a TranscriptionSettingsResponse

# `t`

```elixir
@type t() :: %ExStreamClient.Model.TranscriptionSettingsResponse{
  closed_caption_mode: :&quot;auto-on&quot; | :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: :&quot;auto-on&quot; | :disabled | :available
}
```

# `decode`

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

# `nested_components`

---

*Consult [api-reference.md](api-reference.md) for complete listing*
