Interface AudioSpeechResponse

interface AudioSpeechResponse {
    audioData: Blob;
    audioFormat: AudioSpeechFormat;
    billableCharactersCount: number;
    speech_marks: SpeechMark[];
}

Properties

audioData: Blob
audioFormat: AudioSpeechFormat
billableCharactersCount: number
speech_marks: SpeechMark[]

Speech marks annotate the audio data with metadata about the synthesis process, like word timing or phoneme details.