Gemini.Types.Live.Enums.VadSignalType (GeminiEx v0.11.0)

Copy Markdown View Source

Voice Activity Detection signal types.

Values

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

Summary

Types

t()

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

Functions

from_api(arg1)

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

to_api(atom)

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