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

CustomVoiceParams

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

Description of the custom voice to be synthesized.

interface CustomVoiceParams {
model?: string;
reportedUsage?: "REPORTED_USAGE_UNSPECIFIED" | "REALTIME" | "OFFLINE";
}

§Properties

§
model?: string
[src]

Required. The name of the AutoML model that synthesizes the custom voice.

§
reportedUsage?: "REPORTED_USAGE_UNSPECIFIED" | "REALTIME" | "OFFLINE"
[src]

Optional. Deprecated. The usage of the synthesized audio to be reported.