GoogleCloudAiplatformV1ReplicatedVoiceConfig
import type { GoogleCloudAiplatformV1ReplicatedVoiceConfig } from "https://googleapis.deno.dev/v1/aiplatform:v1.ts";The configuration for the replicated voice to use.
interface GoogleCloudAiplatformV1ReplicatedVoiceConfig {
mimeType?: string;
voiceSampleAudio?: Uint8Array;
}