minimax-speech-ts
    Preparing search index...

    Interface AsyncSynthesizeQueryResult

    interface AsyncSynthesizeQueryResult {
        fileId: number;
        status: "success" | "failed" | "expired" | "processing";
        taskId: number;
    }
    Index

    Properties

    Properties

    fileId: number
    status: "success" | "failed" | "expired" | "processing"
    taskId: number