OpenAIAudioVoice

Represents the available voice options for audio output in OpenAI's system.

This enum defines a list of predefined voices that can be used to synthesize audio responses.

Entries

Link copied to clipboard
@SerialName(value = "alloy")
Alloy
Link copied to clipboard
@SerialName(value = "ash")
Ash
Link copied to clipboard
@SerialName(value = "ballad")
Ballad
Link copied to clipboard
@SerialName(value = "coral")
Coral
Link copied to clipboard
@SerialName(value = "echo")
Echo
Link copied to clipboard
@SerialName(value = "fable")
Fable
Link copied to clipboard
@SerialName(value = "nova")
Nova
Link copied to clipboard
@SerialName(value = "onyx")
Onyx
Link copied to clipboard
@SerialName(value = "sage")
Sage
Link copied to clipboard
@SerialName(value = "shimmer")
Shimmer

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.