GoogleCloudAiplatformV1SpeechConfig
import type { GoogleCloudAiplatformV1SpeechConfig } from "https://googleapis.deno.dev/v1/aiplatform:v1.ts";
The speech generation config.
interface GoogleCloudAiplatformV1SpeechConfig {
languageCode?: string;
multiSpeakerVoiceConfig?: GoogleCloudAiplatformV1MultiSpeakerVoiceConfig;
voiceConfig?: GoogleCloudAiplatformV1VoiceConfig;
}§Properties
§
languageCode?: string
[src]Optional. Language code (ISO 639. e.g. en-US) for the speech synthesization.
§
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 speaker to use.