AWSPollyListSpeechSynthesisTasksInput
Objective-C
@interface AWSPollyListSpeechSynthesisTasksInput
Swift
class AWSPollyListSpeechSynthesisTasksInput
-
Maximum number of speech synthesis tasks returned in a List operation.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable maxResults;Swift
var maxResults: NSNumber? { get set } -
The pagination token to use in the next request to continue the listing of speech synthesis tasks.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable nextToken;Swift
var nextToken: String? { get set } -
Status of the speech synthesis tasks returned in a List operation
Declaration
Objective-C
@property (nonatomic) AWSPollyTaskStatus status;Swift
var status: AWSPollyTaskStatus { get set }
View on GitHub
Install in Dash
AWSPollyListSpeechSynthesisTasksInput Class Reference