AWSPollyListSpeechSynthesisTasksOutput
Objective-C
@interface AWSPollyListSpeechSynthesisTasksOutput
Swift
class AWSPollyListSpeechSynthesisTasksOutput
-
An opaque pagination token returned from the previous List operation in this request. If present, this indicates where to continue the listing.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable nextToken;
Swift
var nextToken: String? { get set }
-
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.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSPollySynthesisTask *> *_Nullable synthesisTasks;
Swift
var synthesisTasks: [AWSPollySynthesisTask]? { get set }