Interface IApiVoiceData
Interface for voice data retrieved from various AI APIs.
This interface defines the properties that all voice data should implement.
It is used to standardize the voice data across different AI providers.
Assembly: .dll
Syntax
public interface IApiVoiceData
Properties
Accent
Declaration
Property Value
Age
Declaration
Property Value
Api
Declaration
Property Value
AvailableForTiers
Declaration
List<string> AvailableForTiers { get; }
Property Value
Type |
Description |
List<string> |
|
Category
Declaration
VoiceCategory? Category { get; set; }
Property Value
CreatedAt
Declaration
UnixTime? CreatedAt { get; }
Property Value
Type |
Description |
UnixTime? |
|
Description
Declaration
string Description { get; }
Property Value
Descriptive
Declaration
string Descriptive { get; }
Property Value
Gender
Declaration
Property Value
ImageUrl
Declaration
Property Value
IsCustom
Declaration
Property Value
IsFeatured
Declaration
bool? IsFeatured { get; }
Property Value
IsFree
Declaration
Property Value
Language
Declaration
SystemLanguage Language { get; }
Property Value
Type |
Description |
SystemLanguage |
|
Locale
Declaration
Property Value
OwnedBy
Declaration
Property Value
PreviewPath
Declaration
string PreviewPath { get; }
Property Value
PreviewUrl
Declaration
string PreviewUrl { get; }
Property Value
Type
Declaration
Property Value