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

VoiceCloneParams

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

The configuration of Voice Clone feature.

interface VoiceCloneParams {
voiceCloningKey?: string;
}

§Properties

§
voiceCloningKey?: string
[src]

Required. Created by GenerateVoiceCloningKey.