AI DevKit
Search Results for

    Show / Hide Table of Contents

    Class PredefinedVoice

    Inheritance
    object
    PredefinedVoice
    Implements
    IApiVoiceData
    Namespace: Glitch9.AIDevKit
    Assembly: .dll
    Syntax
    public class PredefinedVoice : IApiVoiceData

    Properties

    Accent

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

    Age

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

    Api

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

    Category

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

    CreatedAt

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

    Description

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

    Gender

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

    Id

    Unique identifier for this data.

    Declaration
    public string Id { get; set; }
    Property Value
    Type Description
    string

    IsCustom

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

    IsFree

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

    Language

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

    Name

    Name of this data.

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    string

    OwnedBy

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

    PreviewUrl

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

    Type

    Declaration
    public VoiceType? Type { get; set; }
    Property Value
    Type Description
    VoiceType?

    Implements

    IApiVoiceData
    In this article
    Back to top Generated by DocFX