minimax-speech-ts
    Preparing search index...

    Interface AsyncSynthesizeResult

    interface AsyncSynthesizeResult {
        fileId: number;
        taskId: string;
        taskToken: string;
        usageCharacters: number;
    }
    Index

    Properties

    fileId: number
    taskId: string
    taskToken: string
    usageCharacters: number