View Source ExOpenAI.Components.VoiceIdsOrCustomVoice (ex_openai.ex v2.0.0-beta2)
A built-in voice name or a custom voice reference.
Type
ExOpenAI.Components.VoiceIdsShared.t() | {:%{}, [], [{{:required, [], [:id]}, {{:., [], [{:__aliases__, [alias: false], [:String]}, :t]}, [], []}}]}
Summary
Types
@type t() :: ExOpenAI.Components.VoiceIdsShared.t() | %{id: String.t()}