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

GetSpeechSynthesisTaskOutput

import type { GetSpeechSynthesisTaskOutput } from "https://aws-api.deno.dev/v0.3/services/polly.ts?docs=full";
interface GetSpeechSynthesisTaskOutput {
SynthesisTask?: SynthesisTask | null;
}

§Properties

§
SynthesisTask?: SynthesisTask | null
[src]

SynthesisTask object that provides information from the requested task, including output format, creation time, task status, and so on.