RealtimeVoice enum

Voice options for realtime audio output.

These are the available voices for generating audio responses in realtime sessions.

Inheritance
Available extensions

Values

alloy → const RealtimeVoice

Alloy voice.

const RealtimeVoice._('alloy')
ash → const RealtimeVoice

Ash voice.

const RealtimeVoice._('ash')
ballad → const RealtimeVoice

Ballad voice.

const RealtimeVoice._('ballad')
coral → const RealtimeVoice

Coral voice.

const RealtimeVoice._('coral')
echo → const RealtimeVoice

Echo voice.

const RealtimeVoice._('echo')
sage → const RealtimeVoice

Sage voice.

const RealtimeVoice._('sage')
shimmer → const RealtimeVoice

Shimmer voice.

const RealtimeVoice._('shimmer')
verse → const RealtimeVoice

Verse voice.

const RealtimeVoice._('verse')

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
name String

Available on Enum, provided by the EnumName extension

The name of the enum value.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() String
Converts to JSON string.
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<RealtimeVoice>
A constant List of the values in this enum, in order of their declaration.