GoogleCloudAiplatformV1SpeakerVoiceConfig
import type { GoogleCloudAiplatformV1SpeakerVoiceConfig } from "https://googleapis.deno.dev/v1/aiplatform:v1.ts";
Configuration for a single speaker in a multi speaker setup.
interface GoogleCloudAiplatformV1SpeakerVoiceConfig {
speaker?: string;
voiceConfig?: GoogleCloudAiplatformV1VoiceConfig;
}