Table of Contents

Class Voice

Namespace
OpenAI
Assembly
OpenAI-DotNet.dll
public class Voice
Inheritance
Voice
Inherited Members

Constructors

Voice(string)

public Voice(string id)

Parameters

id string

Fields

Alloy

public static readonly Voice Alloy

Field Value

Voice

Ash

public static readonly Voice Ash

Field Value

Voice

Ballad

public static readonly Voice Ballad

Field Value

Voice

Coral

public static readonly Voice Coral

Field Value

Voice

Echo

public static readonly Voice Echo

Field Value

Voice

Fable

public static readonly Voice Fable

Field Value

Voice

Nova

public static readonly Voice Nova

Field Value

Voice

Onyx

public static readonly Voice Onyx

Field Value

Voice

Sage

public static readonly Voice Sage

Field Value

Voice

Shimmer

public static readonly Voice Shimmer

Field Value

Voice

Verse

public static readonly Voice Verse

Field Value

Voice

Properties

Id

public string Id { get; }

Property Value

string

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.

Operators

implicit operator Voice(SpeechVoice)

public static implicit operator Voice(SpeechVoice voice)

Parameters

voice SpeechVoice

Returns

Voice

implicit operator string(Voice)

public static implicit operator string(Voice voice)

Parameters

voice Voice

Returns

string

implicit operator Voice(string)

public static implicit operator Voice(string id)

Parameters

id string

Returns

Voice