Class PredefinedVoice
Inheritance
object
PredefinedVoice
Assembly: .dll
Syntax
public class PredefinedVoice : IApiVoiceData
Properties
Accent
Declaration
public string Accent { get; set; }
Property Value
Age
Declaration
public VoiceAge? Age { get; set; }
Property Value
Api
Declaration
public Api Api { get; set; }
Property Value
Category
Declaration
public VoiceCategory? Category { get; set; }
Property Value
CreatedAt
Declaration
public UnixTime? CreatedAt { get; set; }
Property Value
Type |
Description |
UnixTime? |
|
Description
Declaration
public string Description { get; set; }
Property Value
Gender
Declaration
public Gender? Gender { get; set; }
Property Value
Id
Unique identifier for this data.
Declaration
public string Id { get; set; }
Property Value
IsCustom
Declaration
public bool IsCustom { get; }
Property Value
IsFree
Declaration
public bool? IsFree { get; }
Property Value
Language
Declaration
public SystemLanguage Language { get; set; }
Property Value
Type |
Description |
SystemLanguage |
|
Name
Declaration
public string Name { get; set; }
Property Value
OwnedBy
Declaration
public string OwnedBy { get; set; }
Property Value
PreviewUrl
Declaration
public string PreviewUrl { get; set; }
Property Value
Type
Declaration
public VoiceType? Type { get; set; }
Property Value
Implements