Class VoiceData
public class VoiceData : IVoiceData, IAssetData, IProviderData, IData
- Inheritance
-
object
VoiceData
- Implements
-
IData
Properties
Accent
public string Accent { get; set; }
Property Value
- string
Age
public VoiceAge? Age { get; set; }
Property Value
- VoiceAge?
Api
public Api Api { get; set; }
Property Value
- Api
Category
public VoiceCategory? Category { get; set; }
Property Value
- VoiceCategory?
CreatedAt
public UnixTime? CreatedAt { get; set; }
Property Value
- UnixTime?
Description
public string Description { get; set; }
Property Value
- string
Gender
public Gender Gender { get; set; }
Property Value
- Gender
Id
public string Id { get; set; }
Property Value
- string
IsCustom
public bool IsCustom { get; }
Property Value
- bool
IsFree
public bool? IsFree { get; set; }
Property Value
- bool?
Locale
public Locale Locale { get; set; }
Property Value
- Locale
Name
public string Name { get; set; }
Property Value
- string
OwnedBy
public string OwnedBy { get; set; }
Property Value
- string
PreviewUri
public string PreviewUri { get; set; }
Property Value
- string
Style
public VoiceStyle? Style { get; set; }
Property Value
- VoiceStyle?