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