minimax-speech-ts
    Preparing search index...

    Interface DeleteVoiceRequest

    interface DeleteVoiceRequest {
        voiceId: string;
        voiceType: "voice_cloning" | "voice_generation";
    }
    Index

    Properties

    Properties

    voiceId: string
    voiceType: "voice_cloning" | "voice_generation"