GoogleCloudAiplatformV1MultiSpeakerVoiceConfig
import type { GoogleCloudAiplatformV1MultiSpeakerVoiceConfig } from "https://googleapis.deno.dev/v1/aiplatform: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 GoogleCloudAiplatformV1MultiSpeakerVoiceConfig {
speakerVoiceConfigs?: GoogleCloudAiplatformV1SpeakerVoiceConfig[];
}§Properties
§
speakerVoiceConfigs?: GoogleCloudAiplatformV1SpeakerVoiceConfig[]
[src]Required. A list of configurations for the voices of the speakers. Exactly two speaker voice configurations must be provided.