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

StartSpeechSynthesisTaskOutput

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

§Properties

§
SynthesisTask?: SynthesisTask | null
[src]

SynthesisTask object that provides information and attributes about a newly submitted speech synthesis task.