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

SynthesizeLongAudioMetadata

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

Metadata for response returned by the SynthesizeLongAudio method.

interface SynthesizeLongAudioMetadata {
lastUpdateTime?: Date;
progressPercentage?: number;
startTime?: Date;
}

§Properties

§
lastUpdateTime?: Date
[src]

Deprecated. Do not use.

§
progressPercentage?: number
[src]

The progress of the most recent processing update in percentage, ie. 70.0%.

§
startTime?: Date
[src]

Time when the request was received.