Class SharedVoiceData
- Namespace
- Glitch9.AIDevKit.ElevenLabs
public class SharedVoiceData : VoiceData, IVoiceData, IAssetData, IProviderData, IData
- Inheritance
-
objectSharedVoiceData
- Implements
-
IData
- Inherited Members
Properties
Accent
public override string Accent { get; set; }
Property Value
- string
Age
public override VoiceAge? Age { get; set; }
Property Value
ClonedByCount
Required. Number of users who cloned this voice.
public long ClonedByCount { get; set; }
Property Value
- long
Featured
Required. Whether the voice is featured.
public bool Featured { get; set; }
Property Value
- bool
FreeUsersAllowed
Required. Whether free users are allowed to use this voice.
public bool FreeUsersAllowed { get; set; }
Property Value
- bool
Gender
public override Gender Gender { get; set; }
Property Value
ImageUrl
Required. URL of the voice's image.
public string ImageUrl { get; set; }
Property Value
- string
InstagramUsername
Required. Instagram username of the voice owner.
public string InstagramUsername { get; set; }
Property Value
- string
IsAddedByUser
Required. Whether the voice is added by the user.
public bool IsAddedByUser { get; set; }
Property Value
- bool
IsCustom
public override bool IsCustom { get; }
Property Value
- bool
IsFeatured
public override bool? IsFeatured { get; }
Property Value
- bool?
IsFree
public override bool? IsFree { get; }
Property Value
- bool?
Language
Required. The language of the voice.
public SystemLanguage Language { get; set; }
Property Value
- SystemLanguage
LiveModerationEnabled
Required. Whether live moderation is enabled for this voice.
public bool LiveModerationEnabled { get; set; }
Property Value
- bool
NoticePeriod
Required. Notice period for the voice.
public int NoticePeriod { get; set; }
Property Value
- int
OwnerId
Required. Public owner ID of the voice.
public string OwnerId { get; set; }
Property Value
- string
PlayApiUsageCharacterCount1Y
Required. Play API usage character count over the past year.
public long PlayApiUsageCharacterCount1Y { get; set; }
Property Value
- long
PlaybackRate
Required. Playback rate of the voice.
public int PlaybackRate { get; set; }
Property Value
- int
RawLocale
Required. The locale of the voice.
public string RawLocale { get; set; }
Property Value
- string
Style
public override VoiceStyle? Style { get; set; }
Property Value
TikTokUsername
Required. TikTok username of the voice owner.
public string TikTokUsername { get; set; }
Property Value
- string
TwitterUsername
Required. Twitter username of the voice owner.
public string TwitterUsername { get; set; }
Property Value
- string
UsageCharacterCount1Y
Required. Character usage count over the past year.
public long UsageCharacterCount1Y { get; set; }
Property Value
- long
UsageCharacterCount7D
Required. Character usage count over the past 7 days.
public long UsageCharacterCount7D { get; set; }
Property Value
- long
YouTubeUsername
Required. YouTube username of the voice owner.
public string YouTubeUsername { get; set; }
Property Value
- string
Methods
Equals(SharedVoiceData)
public bool Equals(SharedVoiceData other)
Parameters
otherSharedVoiceData
Returns
- bool