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

Voice Activity Detection signal types.

## Values

- `:unspecified` - Unspecified signal type
- `:start_of_speech` - Start of speech detected
- `:end_of_speech` - End of speech detected

# `t`

```elixir
@type t() :: :unspecified | :start_of_speech | :end_of_speech
```

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