Determines how start of speech is detected.
:unspecified
:high
:low
@type t() :: :unspecified | :high | :low
@spec from_api(String.t() | nil) :: t() | nil
@spec to_api(t()) :: String.t()