The output of StartSpeechSynthesisTaskCommand.

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

Hierarchy (view full)

Properties

$metadata: ResponseMetadata

Metadata pertaining to this request.

SynthesisTask?: SynthesisTask

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