GoogleCloudAiplatformV1PrebuiltVoiceConfig
import type { GoogleCloudAiplatformV1PrebuiltVoiceConfig } from "https://googleapis.deno.dev/v1/aiplatform:v1.ts";
The configuration for the prebuilt speaker to use.
interface GoogleCloudAiplatformV1PrebuiltVoiceConfig {
voiceName?: string;
}