The output of GetSpeechSynthesisTaskCommand.

interface GetSpeechSynthesisTaskCommandOutput {
    $metadata: ResponseMetadata;
    SynthesisTask?: SynthesisTask;
}

Hierarchy (view full)

Properties

$metadata: ResponseMetadata

Metadata pertaining to this request.

SynthesisTask?: SynthesisTask

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