ListSpeechSynthesisTasksOutput class

Constructors

ListSpeechSynthesisTasksOutput({String? nextToken, List<SynthesisTask>? synthesisTasks})
ListSpeechSynthesisTasksOutput.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
nextToken String?
An opaque pagination token returned from the previous List operation in this request. If present, this indicates where to continue the listing.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
synthesisTasks List<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.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited