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

Copy Markdown View Source

Determines how end of speech is detected.

Values

  • :unspecified - Default is HIGH sensitivity
  • :high - Automatic detection ends speech more often
  • :low - Automatic detection ends 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()