Class ElevenLabsVoiceData
Inheritance
object
ElevenLabsVoiceData
Assembly: .dll
Syntax
public class ElevenLabsVoiceData
Properties
Accent
Declaration
public string Accent { get; }
Property Value
Age
Declaration
public VoiceAge? Age { get; }
Property Value
Api
Declaration
public AIProvider Api { get; }
Property Value
AvailableForTiers
Optional. The tiers the voice is available for.
Declaration
public List<string> AvailableForTiers { get; set; }
Property Value
Type |
Description |
List<string> |
|
Category
Required. The category of the voice.
Declaration
public VoiceCategory? Category { get; set; }
Property Value
CreatedAt
Optional. The creation time of the voice in Unix time.
Declaration
public UnixTime? CreatedAt { get; set; }
Property Value
Type |
Description |
UnixTime? |
|
Description
Optional. The description of the voice.
Declaration
public string Description { get; set; }
Property Value
FineTuning
Optional. Fine-tuning information for the voice.
Declaration
public FineTuning FineTuning { get; set; }
Property Value
Gender
Declaration
public VoiceGender? Gender { get; }
Property Value
HighQualityBaseModelIds
Optional. The base model IDs for high-quality voices.
Declaration
public List<string> HighQualityBaseModelIds { get; set; }
Property Value
Type |
Description |
List<string> |
|
Id
Required. The ID of the voice.
Declaration
public string Id { get; set; }
Property Value
IsCustom
Declaration
public bool IsCustom { get; }
Property Value
IsFeatured
Declaration
public bool? IsFeatured { get; }
Property Value
IsFree
Declaration
public bool? IsFree { get; }
Property Value
IsLegacy
Optional. Whether the voice is legacy.
Defaults to false
Declaration
public bool? IsLegacy { get; set; }
Property Value
IsMixed
Optional. Whether the voice is mixed.
Defaults to false
Declaration
public bool? IsMixed { get; set; }
Property Value
IsOwner
Optional. Whether the voice is owned by the user.
Declaration
public bool? IsOwner { get; set; }
Property Value
Labels
Optional. Labels associated with the voice.
Declaration
public Dictionary<string, string> Labels { get; set; }
Property Value
Type |
Description |
Dictionary<string, string> |
|
Language
Declaration
public SystemLanguage Language { get; }
Property Value
Type |
Description |
SystemLanguage |
|
Name
Required. The name of the voice.
Declaration
public string Name { get; set; }
Property Value
OwnedBy
Declaration
public string OwnedBy { get; }
Property Value
PermissionOnResource
Optional. The permission on the resource of the voice.
Declaration
public string PermissionOnResource { get; set; }
Property Value
PreviewUrl
Optional. The preview URL of the voice.
Declaration
public string PreviewUrl { get; set; }
Property Value
SafetyControl
Optional. The safety controls of the voice.
Declaration
public string SafetyControl { get; set; }
Property Value
Samples
Optional. List of samples associated with the voice.
Declaration
public List<VoiceSample> Samples { get; set; }
Property Value
Settings
Optional. The settings of the voice.
Declaration
public VoiceSettings Settings { get; set; }
Property Value
Sharing
Optional. The sharing information of the voice.
Declaration
public VoiceSharing Sharing { get; set; }
Property Value
Type
Declaration
public VoiceType? Type { get; }
Property Value
VerifiedLanguages
Optional. The verified languages of the voice.
Declaration
public List<VoiceLanguage> VerifiedLanguages { get; set; }
Property Value
VoiceVerification
Optional. The voice verification of the voice.
Declaration
public VoiceVerification VoiceVerification { get; set; }
Property Value