# `Gemini.Types.Live.Enums.StartSensitivity`
[🔗](https://github.com/nshkrdotcom/gemini_ex/blob/v0.13.0/lib/gemini/types/live/enums.ex#L45)

Determines how start of speech is detected.

## Values

- `:unspecified` - Default is HIGH sensitivity
- `:high` - Automatic detection will detect the start of speech more often
- `:low` - Automatic detection will detect the start of speech less often

# `t`
[🔗](https://github.com/nshkrdotcom/gemini_ex/blob/v0.13.0/lib/gemini/types/live/enums.ex#L56)

```elixir
@type t() :: :unspecified | :high | :low
```

# `from_api`
[🔗](https://github.com/nshkrdotcom/gemini_ex/blob/v0.13.0/lib/gemini/types/live/enums.ex#L64)

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

# `to_api`
[🔗](https://github.com/nshkrdotcom/gemini_ex/blob/v0.13.0/lib/gemini/types/live/enums.ex#L59)

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

---

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