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
Ash
public static readonly Voice Ash
Field Value
Ballad
public static readonly Voice Ballad
Field Value
Coral
public static readonly Voice Coral
Field Value
Echo
public static readonly Voice Echo
Field Value
Fable
public static readonly Voice Fable
Field Value
Nova
public static readonly Voice Nova
Field Value
Onyx
public static readonly Voice Onyx
Field Value
Sage
public static readonly Voice Sage
Field Value
Shimmer
public static readonly Voice Shimmer
Field Value
Verse
public static readonly Voice Verse
Field Value
Properties
Id
public string Id { get; }
Property Value
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
implicit operator string(Voice)
public static implicit operator string(Voice voice)
Parameters
voice
Voice
Returns
implicit operator Voice(string)
public static implicit operator Voice(string id)
Parameters
id
string