# `Gemini.Types.Enums.VoiceName`
[🔗](https://github.com/nshkrdotcom/gemini_ex/blob/v0.15.0/lib/gemini/types/enums.ex#L538)

Available voice names for text-to-speech.

# `t`

```elixir
@type t() :: :aoede | :charon | :fenrir | :kore | :puck | :custom
```

# `all`

```elixir
@spec all() :: [t()]
```

# `from_api`

```elixir
@spec from_api(String.t() | nil) :: t() | nil
```

# `to_api`

```elixir
@spec to_api(t()) :: String.t()
```

---

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