AI Dev Kit
Search Results for

    Show / Hide Table of Contents

    Class ElevenLabsSharedVoiceData

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

    Properties

    Accent

    Required. Accent of the voice.

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

    Age

    Required. Age associated with the voice.

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

    Api

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

    Category

    Required. Category of the voice.

    Declaration
    public VoiceCategory? Category { get; set; }
    Property Value
    Type Description
    VoiceCategory?

    ClonedByCount

    Required. Number of users who cloned this voice.

    Declaration
    public long ClonedByCount { get; set; }
    Property Value
    Type Description
    long

    CreatedAt

    Required. The date the voice was added, in Unix time.

    Declaration
    public UnixTime? CreatedAt { get; set; }
    Property Value
    Type Description
    UnixTime?

    Description

    Required. Description of the voice.

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

    Descriptive

    Required. Descriptive label for the voice.

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

    Featured

    Required. Whether the voice is featured.

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

    FreeUsersAllowed

    Required. Whether free users are allowed to use this voice.

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

    Gender

    Required. Gender of the voice.

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

    Id

    Required. Voice ID.

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

    ImageUrl

    Required. URL of the voice's image.

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

    InstagramUsername

    Required. Instagram username of the voice owner.

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

    IsAddedByUser

    Required. Whether the voice is added by the user.

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

    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?

    Language

    Required. The language of the voice.

    Declaration
    public SystemLanguage Language { get; set; }
    Property Value
    Type Description
    SystemLanguage

    LiveModerationEnabled

    Required. Whether live moderation is enabled for this voice.

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

    Locale

    Required. The locale of the voice.

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

    Name

    Required. The name of the voice.

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

    NoticePeriod

    Required. Notice period for the voice.

    Declaration
    public int NoticePeriod { get; set; }
    Property Value
    Type Description
    int

    OwnedBy

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

    OwnerId

    Required. Public owner ID of the voice.

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

    PlayApiUsageCharacterCount1Y

    Required. Play API usage character count over the past year.

    Declaration
    public long PlayApiUsageCharacterCount1Y { get; set; }
    Property Value
    Type Description
    long

    PlaybackRate

    Required. Playback rate of the voice.

    Declaration
    public int PlaybackRate { get; set; }
    Property Value
    Type Description
    int

    PreviewUrl

    Required. URL to a preview audio sample of the voice.

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

    TikTokUsername

    Required. TikTok username of the voice owner.

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

    TwitterUsername

    Required. Twitter username of the voice owner.

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

    Type

    Required. Use case for the voice.

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

    UsageCharacterCount1Y

    Required. Character usage count over the past year.

    Declaration
    public long UsageCharacterCount1Y { get; set; }
    Property Value
    Type Description
    long

    UsageCharacterCount7D

    Required. Character usage count over the past 7 days.

    Declaration
    public long UsageCharacterCount7D { get; set; }
    Property Value
    Type Description
    long

    VerifiedLanguages

    Required. Verified languages of the voice.

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

    YouTubeUsername

    Required. YouTube username of the voice owner.

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

    Methods

    Equals(ElevenLabsSharedVoiceData)

    Declaration
    public bool Equals(ElevenLabsSharedVoiceData other)
    Parameters
    Type Name Description
    ElevenLabsSharedVoiceData other
    Returns
    Type Description
    bool
    In this article
    Back to top Generated by DocFX