GoogleCloudAiplatformV1SpeechConfig
import type { GoogleCloudAiplatformV1SpeechConfig } from "https://googleapis.deno.dev/v1/aiplatform:v1.ts";
The speech generation config.
interface GoogleCloudAiplatformV1SpeechConfig {
languageCode?: string;
voiceConfig?: GoogleCloudAiplatformV1VoiceConfig;
}