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

    Interface TextToSpeechInput

    interface TextToSpeechInput {
        isPreview?: boolean;
        text: string;
        voiceType: number;
    }
    Index

    Properties

    isPreview?: boolean
    text: string
    voiceType: number