Class VoiceSharing
Inheritance
Namespace: Glitch9.AIDevKit.ElevenLabs
Assembly: .dll
Syntax
public class VoiceSharing
Properties
BanReason
Optional. The ban reason of the voice.
Declaration
public string BanReason { get; set; }
Property Value
Type | Description |
---|---|
string |
Category
Optional. The category of the voice.
Declaration
public VoiceCategory? Category { get; set; }
Property Value
Type | Description |
---|---|
VoiceCategory? |
ClonedByCount
Optional. Number of clones on the voice.
Declaration
public int? ClonedByCount { get; set; }
Property Value
Type | Description |
---|---|
int? |
DateUnix
Optional. The date of the voice sharing in Unix time.
Declaration
public UnixTime? DateUnix { 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 |
DisableAtUnix
Optional. The date to disable the voice sharing.
Declaration
public UnixTime? DisableAtUnix { get; set; }
Property Value
Type | Description |
---|---|
UnixTime? |
EnabledInLibrary
Optional. Whether the voice is enabled in the library.
Declaration
public bool? EnabledInLibrary { get; set; }
Property Value
Type | Description |
---|---|
bool? |
Featured
Optional. Whether the voice is featured.
Declaration
public bool? Featured { get; set; }
Property Value
Type | Description |
---|---|
bool? |
FinancialRewardsEnabled
Optional. Whether financial rewards are enabled.
Declaration
public bool? FinancialRewardsEnabled { get; set; }
Property Value
Type | Description |
---|---|
bool? |
FreeUsersAllowed
Optional. Whether free users are allowed.
Declaration
public bool? FreeUsersAllowed { get; set; }
Property Value
Type | Description |
---|---|
bool? |
HistoryItemSampleId
Optional. The sample ID of the history item.
Declaration
public string HistoryItemSampleId { get; set; }
Property Value
Type | Description |
---|---|
string |
ImageUrl
Optional. The image URL of the voice.
Declaration
public string ImageUrl { get; set; }
Property Value
Type | Description |
---|---|
string |
InstagramUsername
Optional. Instagram username associated with the voice.
Declaration
public string InstagramUsername { get; set; }
Property Value
Type | Description |
---|---|
string |
Labels
Optional. Labels of the voice.
Declaration
public Dictionary<string, string> Labels { get; set; }
Property Value
Type | Description |
---|---|
Dictionary<string, string> |
LikedByCount
Optional. Number of likes on the voice.
Declaration
public int? LikedByCount { get; set; }
Property Value
Type | Description |
---|---|
int? |
LiveModerationEnabled
Optional. Whether live moderation is enabled.
Declaration
public bool? LiveModerationEnabled { get; set; }
Property Value
Type | Description |
---|---|
bool? |
ModerationCheck
Optional. Moderation check object.
Declaration
public object ModerationCheck { get; set; }
Property Value
Type | Description |
---|---|
object |
Name
Optional. The name of the voice.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
NoticePeriod
Optional. The notice period of the voice sharing.
Declaration
public int? NoticePeriod { get; set; }
Property Value
Type | Description |
---|---|
int? |
OriginalVoiceId
Optional. The ID of the original voice.
Declaration
public string OriginalVoiceId { get; set; }
Property Value
Type | Description |
---|---|
string |
PublicOwnerId
Optional. The ID of the public owner.
Declaration
public string PublicOwnerId { get; set; }
Property Value
Type | Description |
---|---|
string |
Rate
Optional. The rate of the voice sharing.
Declaration
public double? Rate { get; set; }
Property Value
Type | Description |
---|---|
double? |
ReaderAppEnabled
Optional. Whether the reader app is enabled.
Declaration
public bool? ReaderAppEnabled { get; set; }
Property Value
Type | Description |
---|---|
bool? |
ReaderRestrictedOn
Optional. Reader restrictions applied on platforms.
Declaration
public List<object> ReaderRestrictedOn { get; set; }
Property Value
Type | Description |
---|---|
List<object> |
ReviewMessage
Optional. The review message of the voice.
Declaration
public string ReviewMessage { get; set; }
Property Value
Type | Description |
---|---|
string |
ReviewStatus
Optional. The review status of the voice.
Declaration
public string ReviewStatus { get; set; }
Property Value
Type | Description |
---|---|
string |
Status
Required. The status of the voice sharing.
Declaration
public string Status { get; set; }
Property Value
Type | Description |
---|---|
string |
TiktokUsername
Optional. TikTok username associated with the voice.
Declaration
public string TiktokUsername { get; set; }
Property Value
Type | Description |
---|---|
string |
TwitterUsername
Optional. Twitter/X username associated with the voice.
Declaration
public string TwitterUsername { get; set; }
Property Value
Type | Description |
---|---|
string |
VoiceMixingAllowed
Optional. Whether voice mixing is allowed.
Declaration
public bool? VoiceMixingAllowed { get; set; }
Property Value
Type | Description |
---|---|
bool? |
WhitelistedEmails
Optional. A list of whitelisted emails.
Declaration
public List<string> WhitelistedEmails { get; set; }
Property Value
Type | Description |
---|---|
List<string> |
YoutubeUsername
Optional. YouTube username associated with the voice.
Declaration
public string YoutubeUsername { get; set; }
Property Value
Type | Description |
---|---|
string |