minimax-speech-ts
    Preparing search index...

    Interface VoiceCloneResult

    interface VoiceCloneResult {
        demoAudio: string;
        extraInfo?: VoiceCloneExtraInfo;
        inputSensitive: { type: InputSensitiveType };
    }
    Index

    Properties

    demoAudio: string

    URL to preview audio; empty when no text was provided.

    Returned only when text and model are provided (preview synthesis was billed).

    inputSensitive: { type: InputSensitiveType }