Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GoogleCloudAiplatformV1SpeakerVoiceConfig

import type { GoogleCloudAiplatformV1SpeakerVoiceConfig } from "https://googleapis.deno.dev/v1/aiplatform:v1.ts";

Configuration for a single speaker in a multi speaker setup.

interface GoogleCloudAiplatformV1SpeakerVoiceConfig {
speaker?: string;
}

§Properties

§
speaker?: string
[src]

Required. The name of the speaker. This should be the same as the speaker name used in the prompt.

§

Required. The configuration for the voice of this speaker.