tjbot-ce - v3.0.0
    Preparing search index...

    Interface TTSModelMetadata

    TTS model metadata

    interface TTSModelMetadata {
        folder: string;
        key: string;
        kind: "streaming" | "vits-piper" | "tacotron" | "fastpitch";
        label: string;
        required: string[];
        type: ModelType;
        url: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    folder: string
    key: string
    kind: "streaming" | "vits-piper" | "tacotron" | "fastpitch"
    label: string
    required: string[]
    type: ModelType
    url: string