Voice Activity Detection signal types.
:unspecified
:start_of_speech
:end_of_speech
@type t() :: :unspecified | :start_of_speech | :end_of_speech
@spec from_api(String.t() | nil) :: t() | nil
@spec to_api(t()) :: String.t()