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

SynthesizeLongAudioRequest

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

The top-level message sent by the client for the SynthesizeLongAudio method.

interface SynthesizeLongAudioRequest {
audioConfig?: AudioConfig;
outputGcsUri?: string;
}

§Properties

§
audioConfig?: AudioConfig
[src]

Required. The configuration of the synthesized audio.

§

Required. The Synthesizer requires either plain text or SSML as input. While Long Audio is in preview, SSML is temporarily unsupported.

§
outputGcsUri?: string
[src]

Required. Specifies a Cloud Storage URI for the synthesis results. Must be specified in the format: gs://bucket_name/object_name, and the bucket must already exist.

§

Required. The desired voice of the synthesized audio.