AI Dev Kit
Search Results for

    Show / Hide Table of Contents

    Class ElevenLabsVoiceData

    Inheritance
    object
    ElevenLabsVoiceData
    Namespace: Glitch9.AIDevKit.ElevenLabs
    Assembly: .dll
    Syntax
    public class ElevenLabsVoiceData

    Properties

    Accent

    Declaration
    public string Accent { get; }
    Property Value
    Type Description
    string

    Age

    Declaration
    public VoiceAge? Age { get; }
    Property Value
    Type Description
    VoiceAge?

    Api

    Declaration
    public AIProvider Api { get; }
    Property Value
    Type Description
    AIProvider

    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
    Type Description
    VoiceCategory?

    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
    Type Description
    string

    FineTuning

    Optional. Fine-tuning information for the voice.

    Declaration
    public FineTuning FineTuning { get; set; }
    Property Value
    Type Description
    FineTuning

    Gender

    Declaration
    public VoiceGender? Gender { get; }
    Property Value
    Type Description
    VoiceGender?

    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
    Type Description
    string

    IsCustom

    Declaration
    public bool IsCustom { get; }
    Property Value
    Type Description
    bool

    IsFeatured

    Declaration
    public bool? IsFeatured { get; }
    Property Value
    Type Description
    bool?

    IsFree

    Declaration
    public bool? IsFree { get; }
    Property Value
    Type Description
    bool?

    IsLegacy

    Optional. Whether the voice is legacy. Defaults to false

    Declaration
    public bool? IsLegacy { get; set; }
    Property Value
    Type Description
    bool?

    IsMixed

    Optional. Whether the voice is mixed. Defaults to false

    Declaration
    public bool? IsMixed { get; set; }
    Property Value
    Type Description
    bool?

    IsOwner

    Optional. Whether the voice is owned by the user.

    Declaration
    public bool? IsOwner { get; set; }
    Property Value
    Type Description
    bool?

    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
    Type Description
    string

    OwnedBy

    Declaration
    public string OwnedBy { get; }
    Property Value
    Type Description
    string

    PermissionOnResource

    Optional. The permission on the resource of the voice.

    Declaration
    public string PermissionOnResource { get; set; }
    Property Value
    Type Description
    string

    PreviewUrl

    Optional. The preview URL of the voice.

    Declaration
    public string PreviewUrl { get; set; }
    Property Value
    Type Description
    string

    SafetyControl

    Optional. The safety controls of the voice.

    Declaration
    public string SafetyControl { get; set; }
    Property Value
    Type Description
    string

    Samples

    Optional. List of samples associated with the voice.

    Declaration
    public List<VoiceSample> Samples { get; set; }
    Property Value
    Type Description
    List<VoiceSample>

    Settings

    Optional. The settings of the voice.

    Declaration
    public VoiceSettings Settings { get; set; }
    Property Value
    Type Description
    VoiceSettings

    Sharing

    Optional. The sharing information of the voice.

    Declaration
    public VoiceSharing Sharing { get; set; }
    Property Value
    Type Description
    VoiceSharing

    Type

    Declaration
    public VoiceType? Type { get; }
    Property Value
    Type Description
    VoiceType?

    VerifiedLanguages

    Optional. The verified languages of the voice.

    Declaration
    public List<VoiceLanguage> VerifiedLanguages { get; set; }
    Property Value
    Type Description
    List<VoiceLanguage>

    VoiceVerification

    Optional. The voice verification of the voice.

    Declaration
    public VoiceVerification VoiceVerification { get; set; }
    Property Value
    Type Description
    VoiceVerification
    In this article
    Back to top Generated by DocFX