The output of ListSpeechSynthesisTasksCommand.

interface ListSpeechSynthesisTasksCommandOutput {
    $metadata: ResponseMetadata;
    NextToken?: string;
    SynthesisTasks?: SynthesisTask[];
}

Hierarchy (view full)

Properties

$metadata: ResponseMetadata

Metadata pertaining to this request.

NextToken?: string

An opaque pagination token returned from the previous List operation in this request. If present, this indicates where to continue the listing.

SynthesisTasks?: SynthesisTask[]

List of SynthesisTask objects that provides information from the specified task in the list request, including output format, creation time, task status, and so on.