MultiSpeakerVoiceConfig
import type { MultiSpeakerVoiceConfig } from "https://googleapis.deno.dev/v1/texttospeech:v1.ts";
Configuration for a multi-speaker text-to-speech setup. Enables the use of up to two distinct voices in a single synthesis request.
interface MultiSpeakerVoiceConfig {
speakerVoiceConfigs?: MultispeakerPrebuiltVoice[];
}§Properties
§
speakerVoiceConfigs?: MultispeakerPrebuiltVoice[]
[src]Required. A list of configurations for the voices of the speakers. Exactly two speaker voice configurations must be provided.