AI DevKit
Search Results for

    Show / Hide Table of Contents

    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.

    Namespace: Glitch9.AIDevKit
    Assembly: .dll
    Syntax
    public interface IApiVoiceData

    Properties

    Accent

    Declaration
    string Accent { get; }
    Property Value
    Type Description
    string

    Age

    Declaration
    VoiceAge? Age { get; }
    Property Value
    Type Description
    VoiceAge?

    Api

    Declaration
    Api Api { get; }
    Property Value
    Type Description
    Api

    AvailableForTiers

    Declaration
    List<string> AvailableForTiers { get; }
    Property Value
    Type Description
    List<string>

    Category

    Declaration
    VoiceCategory? Category { get; set; }
    Property Value
    Type Description
    VoiceCategory?

    CreatedAt

    Declaration
    UnixTime? CreatedAt { get; }
    Property Value
    Type Description
    UnixTime?

    Description

    Declaration
    string Description { get; }
    Property Value
    Type Description
    string

    Descriptive

    Declaration
    string Descriptive { get; }
    Property Value
    Type Description
    string

    Gender

    Declaration
    Gender? Gender { get; }
    Property Value
    Type Description
    Gender?

    ImageUrl

    Declaration
    string ImageUrl { get; }
    Property Value
    Type Description
    string

    IsCustom

    Declaration
    bool IsCustom { get; }
    Property Value
    Type Description
    bool

    IsFeatured

    Declaration
    bool? IsFeatured { get; }
    Property Value
    Type Description
    bool?

    IsFree

    Declaration
    bool? IsFree { get; }
    Property Value
    Type Description
    bool?

    Language

    Declaration
    SystemLanguage Language { get; }
    Property Value
    Type Description
    SystemLanguage

    Locale

    Declaration
    string Locale { get; }
    Property Value
    Type Description
    string

    OwnedBy

    Declaration
    string OwnedBy { get; }
    Property Value
    Type Description
    string

    PreviewPath

    Declaration
    string PreviewPath { get; }
    Property Value
    Type Description
    string

    PreviewUrl

    Declaration
    string PreviewUrl { get; }
    Property Value
    Type Description
    string

    Type

    Declaration
    VoiceType? Type { get; }
    Property Value
    Type Description
    VoiceType?
    In this article
    Back to top Generated by DocFX