Class VoiceSharing
Inherited Members
Namespace: Glitch9.AIDevKit.ElevenLabs
Assembly: Glitch9.AIDevKit.Provider.ElevenLabs.dll
Syntax
public class VoiceSharing
Properties
| Edit this page View SourceBanReason
Optional. The ban reason of the voice.
Declaration
[JsonProperty("ban_reason")]
public string BanReason { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Category
Optional. The category of the voice.
Declaration
[JsonProperty("category")]
public VoiceCategory? Category { get; set; }
Property Value
| Type | Description |
|---|---|
| VoiceCategory? |
ClonedByCount
Optional. Number of clones on the voice.
Declaration
[JsonProperty("cloned_by_count")]
public int? ClonedByCount { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
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? |
Description
Optional. The description of the voice.
Declaration
[JsonProperty("description")]
public string Description { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
DisableAtUnix
Optional. The date to disable the voice sharing.
Declaration
[JsonProperty("disable_at_unix")]
public UnixTime? DisableAtUnix { get; set; }
Property Value
| Type | Description |
|---|---|
| UnixTime? |
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? |
Featured
Optional. Whether the voice is featured.
Declaration
[JsonProperty("featured")]
public bool? Featured { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
FinancialRewardsEnabled
Optional. Whether financial rewards are enabled.
Declaration
[JsonProperty("financial_rewards_enabled")]
public bool? FinancialRewardsEnabled { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
FreeUsersAllowed
Optional. Whether free users are allowed.
Declaration
[JsonProperty("free_users_allowed")]
public bool? FreeUsersAllowed { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
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 |
ImageUrl
Optional. The image URL of the voice.
Declaration
[JsonProperty("image_url")]
public string ImageUrl { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
InstagramUsername
Optional. Instagram username associated with the voice.
Declaration
[JsonProperty("instagram_username")]
public string InstagramUsername { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Labels
Optional. Labels of the voice.
Declaration
[JsonProperty("labels")]
public Dictionary<string, string> Labels { get; set; }
Property Value
| Type | Description |
|---|---|
| Dictionary<string, string> |
LikedByCount
Optional. Number of likes on the voice.
Declaration
[JsonProperty("liked_by_count")]
public int? LikedByCount { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
LiveModerationEnabled
Optional. Whether live moderation is enabled.
Declaration
[JsonProperty("live_moderation_enabled")]
public bool? LiveModerationEnabled { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
ModerationCheck
Optional. Moderation check object.
Declaration
[JsonProperty("moderation_check")]
public object ModerationCheck { get; set; }
Property Value
| Type | Description |
|---|---|
| object |
Name
Optional. The name of the voice.
Declaration
[JsonProperty("name")]
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
NoticePeriod
Optional. The notice period of the voice sharing.
Declaration
[JsonProperty("notice_period")]
public int? NoticePeriod { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
OriginalVoiceId
Optional. The ID of the original voice.
Declaration
[JsonProperty("original_voice_id")]
public string OriginalVoiceId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
PublicOwnerId
Optional. The ID of the public owner.
Declaration
[JsonProperty("public_owner_id")]
public string PublicOwnerId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Rate
Optional. The rate of the voice sharing.
Declaration
[JsonProperty("rate")]
public double? Rate { get; set; }
Property Value
| Type | Description |
|---|---|
| double? |
ReaderAppEnabled
Optional. Whether the reader app is enabled.
Declaration
[JsonProperty("reader_app_enabled")]
public bool? ReaderAppEnabled { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
ReaderRestrictedOn
Optional. Reader restrictions applied on platforms.
Declaration
[JsonProperty("reader_restricted_on")]
public List<object> ReaderRestrictedOn { get; set; }
Property Value
| Type | Description |
|---|---|
| List<object> |
ReviewMessage
Optional. The review message of the voice.
Declaration
[JsonProperty("review_message")]
public string ReviewMessage { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ReviewStatus
Optional. The review status of the voice.
Declaration
[JsonProperty("review_status")]
public string ReviewStatus { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Status
Required. The status of the voice sharing.
Declaration
[JsonProperty("status")]
public string Status { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
TiktokUsername
Optional. TikTok username associated with the voice.
Declaration
[JsonProperty("tiktok_username")]
public string TiktokUsername { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
TwitterUsername
Optional. Twitter/X username associated with the voice.
Declaration
[JsonProperty("twitter_username")]
public string TwitterUsername { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
VoiceMixingAllowed
Optional. Whether voice mixing is allowed.
Declaration
[JsonProperty("voice_mixing_allowed")]
public bool? VoiceMixingAllowed { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
WhitelistedEmails
Optional. A list of whitelisted emails.
Declaration
[JsonProperty("whitelisted_emails")]
public List<string> WhitelistedEmails { get; set; }
Property Value
| Type | Description |
|---|---|
| List<string> |
YoutubeUsername
Optional. YouTube username associated with the voice.
Declaration
[JsonProperty("youtube_username")]
public string YoutubeUsername { get; set; }
Property Value
| Type | Description |
|---|---|
| string |