Class ElevenLabsSharedVoiceData
Inheritance
object
ElevenLabsSharedVoiceData
Assembly: .dll
Syntax
public class ElevenLabsSharedVoiceData
Properties
Accent
Required. Accent of the voice.
Declaration
public string Accent { get; set; }
Property Value
Age
Required. Age associated with the voice.
Declaration
public VoiceAge? Age { get; set; }
Property Value
Api
Declaration
public AIProvider Api { get; }
Property Value
Category
Required. Category of the voice.
Declaration
public VoiceCategory? Category { get; set; }
Property Value
ClonedByCount
Required. Number of users who cloned this voice.
Declaration
public long ClonedByCount { get; set; }
Property Value
CreatedAt
Required. The date the voice was added, in Unix time.
Declaration
public UnixTime? CreatedAt { get; set; }
Property Value
Type |
Description |
UnixTime? |
|
Description
Required. Description of the voice.
Declaration
public string Description { get; set; }
Property Value
Descriptive
Required. Descriptive label for the voice.
Declaration
public string Descriptive { get; set; }
Property Value
Featured
Required. Whether the voice is featured.
Declaration
public bool Featured { get; set; }
Property Value
FreeUsersAllowed
Required. Whether free users are allowed to use this voice.
Declaration
public bool FreeUsersAllowed { get; set; }
Property Value
Gender
Required. Gender of the voice.
Declaration
public VoiceGender? Gender { get; set; }
Property Value
Id
Declaration
public string Id { get; set; }
Property Value
ImageUrl
Required. URL of the voice's image.
Declaration
public string ImageUrl { get; set; }
Property Value
InstagramUsername
Required. Instagram username of the voice owner.
Declaration
public string InstagramUsername { get; set; }
Property Value
IsAddedByUser
Required. Whether the voice is added by the user.
Declaration
public bool IsAddedByUser { get; set; }
Property Value
IsCustom
Declaration
public bool IsCustom { get; }
Property Value
IsFeatured
Declaration
public bool? IsFeatured { get; }
Property Value
IsFree
Declaration
public bool? IsFree { get; }
Property Value
Language
Required. The language of the voice.
Declaration
public SystemLanguage Language { get; set; }
Property Value
Type |
Description |
SystemLanguage |
|
LiveModerationEnabled
Required. Whether live moderation is enabled for this voice.
Declaration
public bool LiveModerationEnabled { get; set; }
Property Value
Locale
Required. The locale of the voice.
Declaration
public string Locale { get; set; }
Property Value
Name
Required. The name of the voice.
Declaration
public string Name { get; set; }
Property Value
NoticePeriod
Required. Notice period for the voice.
Declaration
public int NoticePeriod { get; set; }
Property Value
OwnedBy
Declaration
public string OwnedBy { get; }
Property Value
OwnerId
Required. Public owner ID of the voice.
Declaration
public string OwnerId { get; set; }
Property Value
PlayApiUsageCharacterCount1Y
Required. Play API usage character count over the past year.
Declaration
public long PlayApiUsageCharacterCount1Y { get; set; }
Property Value
PlaybackRate
Required. Playback rate of the voice.
Declaration
public int PlaybackRate { get; set; }
Property Value
PreviewUrl
Required. URL to a preview audio sample of the voice.
Declaration
public string PreviewUrl { get; set; }
Property Value
TikTokUsername
Required. TikTok username of the voice owner.
Declaration
public string TikTokUsername { get; set; }
Property Value
Required. Twitter username of the voice owner.
Declaration
public string TwitterUsername { get; set; }
Property Value
Type
Required. Use case for the voice.
Declaration
public VoiceType? Type { get; set; }
Property Value
UsageCharacterCount1Y
Required. Character usage count over the past year.
Declaration
public long UsageCharacterCount1Y { get; set; }
Property Value
UsageCharacterCount7D
Required. Character usage count over the past 7 days.
Declaration
public long UsageCharacterCount7D { get; set; }
Property Value
VerifiedLanguages
Required. Verified languages of the voice.
Declaration
public List<VoiceLanguage> VerifiedLanguages { get; set; }
Property Value
YouTubeUsername
Required. YouTube username of the voice owner.
Declaration
public string YouTubeUsername { get; set; }
Property Value
Methods
Equals(ElevenLabsSharedVoiceData)
Declaration
public bool Equals(ElevenLabsSharedVoiceData other)
Parameters
Returns