Class Voice
- Namespace
- OpenAI
- Assembly
- OpenAI-DotNet.dll
public class Voice- Inheritance
- 
      
      Voice
- Inherited Members
Constructors
Voice(string)
public Voice(string id)Parameters
- idstring
Fields
Alloy
public static readonly Voice AlloyField Value
Ash
public static readonly Voice AshField Value
Ballad
public static readonly Voice BalladField Value
Coral
public static readonly Voice CoralField Value
Echo
public static readonly Voice EchoField Value
Fable
public static readonly Voice FableField Value
Nova
public static readonly Voice NovaField Value
Onyx
public static readonly Voice OnyxField Value
Sage
public static readonly Voice SageField Value
Shimmer
public static readonly Voice ShimmerField Value
Verse
public static readonly Voice VerseField 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
- voiceSpeechVoice
Returns
implicit operator string(Voice)
public static implicit operator string(Voice voice)Parameters
- voiceVoice
Returns
implicit operator Voice(string)
public static implicit operator Voice(string id)Parameters
- idstring