Gemini.Types.Enums.VoiceName (GeminiEx v0.10.0)

Copy Markdown View Source

Available voice names for text-to-speech.

Summary

Types

t()

@type t() :: :aoede | :charon | :fenrir | :kore | :puck | :custom

Functions

all()

@spec all() :: [t()]

from_api(arg1)

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

to_api(atom)

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