Gemini.Types.Live.Enums.StartSensitivity (GeminiEx v0.9.1)

Copy Markdown View Source

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

Summary

Types

t()

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

Functions

from_api(arg1)

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

to_api(atom)

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