Class ElevenLabsSharedVoiceData
- Namespace
- Glitch9.AIDevKit.ElevenLabs
public class ElevenLabsSharedVoiceData : IApiVoiceData
- Inheritance
-
objectElevenLabsSharedVoiceData
- Implements
Properties
Accent
Required. Accent of the voice.
public string Accent { get; set; }
Property Value
- string
Age
Required. Age associated with the voice.
public VoiceAge? Age { get; set; }
Property Value
Api
public Api Api { get; }
Property Value
Category
Required. Category of the voice.
public VoiceCategory? Category { get; set; }
Property Value
ClonedByCount
Required. Number of users who cloned this voice.
public long ClonedByCount { get; set; }
Property Value
- long
CreatedAt
Required. The date the voice was added, in Unix time.
public UnixTime? CreatedAt { get; set; }
Property Value
- UnixTime?
Description
Required. Description of the voice.
public string Description { get; set; }
Property Value
- string
Descriptive
Required. Descriptive label for the voice.
public string Descriptive { get; set; }
Property Value
- string
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
Required. Gender of the voice.
public Gender? Gender { get; set; }
Property Value
Id
Required. Voice ID.
public string Id { get; set; }
Property Value
- string
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 bool IsCustom { get; }
Property Value
- bool
IsFeatured
public bool? IsFeatured { get; }
Property Value
- bool?
IsFree
public 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
Locale
Required. The locale of the voice.
public string Locale { get; set; }
Property Value
- string
Name
Required. The name of the voice.
public string Name { get; set; }
Property Value
- string
NoticePeriod
Required. Notice period for the voice.
public int NoticePeriod { get; set; }
Property Value
- int
OwnedBy
public string OwnedBy { get; }
Property Value
- string
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
PreviewUrl
Required. URL to a preview audio sample of the voice.
public string PreviewUrl { get; set; }
Property Value
- string
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
Type
Required. Use case for the voice.
public VoiceType? Type { get; set; }
Property Value
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
VerifiedLanguages
Required. Verified languages of the voice.
public List<VoiceLanguage> VerifiedLanguages { get; set; }
Property Value
- List<VoiceLanguage>
YouTubeUsername
Required. YouTube username of the voice owner.
public string YouTubeUsername { get; set; }
Property Value
- string
Methods
Equals(ElevenLabsSharedVoiceData)
public bool Equals(ElevenLabsSharedVoiceData other)
Parameters
Returns
- bool