GoogleCloudAiplatformV1SpeechConfig
import type { GoogleCloudAiplatformV1SpeechConfig } from "https://googleapis.deno.dev/v1/aiplatform:v1.ts";Configuration for speech generation.
interface GoogleCloudAiplatformV1SpeechConfig {
languageCode?: string;
multiSpeakerVoiceConfig?: GoogleCloudAiplatformV1MultiSpeakerVoiceConfig;
voiceConfig?: GoogleCloudAiplatformV1VoiceConfig;
}§Properties
§
multiSpeakerVoiceConfig?: GoogleCloudAiplatformV1MultiSpeakerVoiceConfig
[src]The configuration for a multi-speaker text-to-speech request. This field
is mutually exclusive with voice_config.
§
voiceConfig?: GoogleCloudAiplatformV1VoiceConfig
[src]The configuration for the voice to use.