@cloudbase/aiagent-framework
    Preparing search index...

    Interface GetTextToSpeechResult

    interface GetTextToSpeechResult {
        code?: string;
        message?: string;
        resultUrl: string;
        status: number;
        statusStr: string;
        taskId: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    code?: string
    message?: string
    resultUrl: string
    status: number
    statusStr: string
    taskId: string