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

    Interface STTModelMetadata

    STT model metadata

    interface STTModelMetadata {
        folder: string;
        key: string;
        kind: "offline" | "offline-whisper" | "streaming-zipformer" | "streaming";
        label: string;
        required: string[];
        type: ModelType;
        url: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    folder: string
    key: string
    kind: "offline" | "offline-whisper" | "streaming-zipformer" | "streaming"
    label: string
    required: string[]
    type: ModelType
    url: string