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

Image aspect ratios for image generation.

# `t`

```elixir
@type t() :: :square | :portrait | :landscape | :landscape_16_9
```

# `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*
