Search Results for

    Show / Hide Table of Contents

    Class VoiceSharing

    Inheritance
    object
    VoiceSharing
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Glitch9.AIDevKit.ElevenLabs
    Assembly: Glitch9.AIDevKit.Provider.ElevenLabs.dll
    Syntax
    public class VoiceSharing

    Properties

    | Edit this page View Source

    BanReason

    Optional. The ban reason of the voice.

    Declaration
    [JsonProperty("ban_reason")]
    public string BanReason { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Category

    Optional. The category of the voice.

    Declaration
    [JsonProperty("category")]
    public VoiceCategory? Category { get; set; }
    Property Value
    Type Description
    VoiceCategory?
    | Edit this page View Source

    ClonedByCount

    Optional. Number of clones on the voice.

    Declaration
    [JsonProperty("cloned_by_count")]
    public int? ClonedByCount { get; set; }
    Property Value
    Type Description
    int?
    | Edit this page View Source

    DateUnix

    Optional. The date of the voice sharing in Unix time.

    Declaration
    [JsonProperty("date_unix")]
    public UnixTime? DateUnix { get; set; }
    Property Value
    Type Description
    UnixTime?
    | Edit this page View Source

    Description

    Optional. The description of the voice.

    Declaration
    [JsonProperty("description")]
    public string Description { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    DisableAtUnix

    Optional. The date to disable the voice sharing.

    Declaration
    [JsonProperty("disable_at_unix")]
    public UnixTime? DisableAtUnix { get; set; }
    Property Value
    Type Description
    UnixTime?
    | Edit this page View Source

    EnabledInLibrary

    Optional. Whether the voice is enabled in the library.

    Declaration
    [JsonProperty("enabled_in_library")]
    public bool? EnabledInLibrary { get; set; }
    Property Value
    Type Description
    bool?
    | Edit this page View Source

    Featured

    Optional. Whether the voice is featured.

    Declaration
    [JsonProperty("featured")]
    public bool? Featured { get; set; }
    Property Value
    Type Description
    bool?
    | Edit this page View Source

    FinancialRewardsEnabled

    Optional. Whether financial rewards are enabled.

    Declaration
    [JsonProperty("financial_rewards_enabled")]
    public bool? FinancialRewardsEnabled { get; set; }
    Property Value
    Type Description
    bool?
    | Edit this page View Source

    FreeUsersAllowed

    Optional. Whether free users are allowed.

    Declaration
    [JsonProperty("free_users_allowed")]
    public bool? FreeUsersAllowed { get; set; }
    Property Value
    Type Description
    bool?
    | Edit this page View Source

    HistoryItemSampleId

    Optional. The sample ID of the history item.

    Declaration
    [JsonProperty("history_item_sample_id")]
    public string HistoryItemSampleId { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    ImageUrl

    Optional. The image URL of the voice.

    Declaration
    [JsonProperty("image_url")]
    public string ImageUrl { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    InstagramUsername

    Optional. Instagram username associated with the voice.

    Declaration
    [JsonProperty("instagram_username")]
    public string InstagramUsername { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Labels

    Optional. Labels of the voice.

    Declaration
    [JsonProperty("labels")]
    public Dictionary<string, string> Labels { get; set; }
    Property Value
    Type Description
    Dictionary<string, string>
    | Edit this page View Source

    LikedByCount

    Optional. Number of likes on the voice.

    Declaration
    [JsonProperty("liked_by_count")]
    public int? LikedByCount { get; set; }
    Property Value
    Type Description
    int?
    | Edit this page View Source

    LiveModerationEnabled

    Optional. Whether live moderation is enabled.

    Declaration
    [JsonProperty("live_moderation_enabled")]
    public bool? LiveModerationEnabled { get; set; }
    Property Value
    Type Description
    bool?
    | Edit this page View Source

    ModerationCheck

    Optional. Moderation check object.

    Declaration
    [JsonProperty("moderation_check")]
    public object ModerationCheck { get; set; }
    Property Value
    Type Description
    object
    | Edit this page View Source

    Name

    Optional. The name of the voice.

    Declaration
    [JsonProperty("name")]
    public string Name { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    NoticePeriod

    Optional. The notice period of the voice sharing.

    Declaration
    [JsonProperty("notice_period")]
    public int? NoticePeriod { get; set; }
    Property Value
    Type Description
    int?
    | Edit this page View Source

    OriginalVoiceId

    Optional. The ID of the original voice.

    Declaration
    [JsonProperty("original_voice_id")]
    public string OriginalVoiceId { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    PublicOwnerId

    Optional. The ID of the public owner.

    Declaration
    [JsonProperty("public_owner_id")]
    public string PublicOwnerId { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Rate

    Optional. The rate of the voice sharing.

    Declaration
    [JsonProperty("rate")]
    public double? Rate { get; set; }
    Property Value
    Type Description
    double?
    | Edit this page View Source

    ReaderAppEnabled

    Optional. Whether the reader app is enabled.

    Declaration
    [JsonProperty("reader_app_enabled")]
    public bool? ReaderAppEnabled { get; set; }
    Property Value
    Type Description
    bool?
    | Edit this page View Source

    ReaderRestrictedOn

    Optional. Reader restrictions applied on platforms.

    Declaration
    [JsonProperty("reader_restricted_on")]
    public List<object> ReaderRestrictedOn { get; set; }
    Property Value
    Type Description
    List<object>
    | Edit this page View Source

    ReviewMessage

    Optional. The review message of the voice.

    Declaration
    [JsonProperty("review_message")]
    public string ReviewMessage { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    ReviewStatus

    Optional. The review status of the voice.

    Declaration
    [JsonProperty("review_status")]
    public string ReviewStatus { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Status

    Required. The status of the voice sharing.

    Declaration
    [JsonProperty("status")]
    public string Status { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    TiktokUsername

    Optional. TikTok username associated with the voice.

    Declaration
    [JsonProperty("tiktok_username")]
    public string TiktokUsername { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    TwitterUsername

    Optional. Twitter/X username associated with the voice.

    Declaration
    [JsonProperty("twitter_username")]
    public string TwitterUsername { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    VoiceMixingAllowed

    Optional. Whether voice mixing is allowed.

    Declaration
    [JsonProperty("voice_mixing_allowed")]
    public bool? VoiceMixingAllowed { get; set; }
    Property Value
    Type Description
    bool?
    | Edit this page View Source

    WhitelistedEmails

    Optional. A list of whitelisted emails.

    Declaration
    [JsonProperty("whitelisted_emails")]
    public List<string> WhitelistedEmails { get; set; }
    Property Value
    Type Description
    List<string>
    | Edit this page View Source

    YoutubeUsername

    Optional. YouTube username associated with the voice.

    Declaration
    [JsonProperty("youtube_username")]
    public string YoutubeUsername { get; set; }
    Property Value
    Type Description
    string

    Extension Methods

    ArrayExtensions.ToArrayOrEmpty<T>(T)
    ArrayExtensions.ToArrayOrNull<T>(T)
    EventExtensions.ToDelta<T>(T, string, int, string, bool)
    EventExtensions.ToDone<T>(T, string, int, string)
    EventExtensions.ToEvent<T>(T)
    EventExtensions.UpcastDelta<T1, T2>(T1, string, int, string, bool)
    FallbackExtensions.IsOr<TParent, TChild>(TParent, TChild)
    ResponseCastingExtensions.GetResult<T>(T)
    SystemExtensions.GetName(object)
    • Edit this page
    • View Source
    In this article
    Back to top AI DevKit Documentation