interface TextToSpeechOutput {
    audioStream: Buffer;
    speech: {
        url: string;
    };
    text: string;
}

Properties

audioStream: Buffer
speech: {
    url: string;
}

Type declaration

  • url: string
text: string