AWSPollyGetSpeechSynthesisTaskOutput
Objective-C
@interface AWSPollyGetSpeechSynthesisTaskOutput
Swift
class AWSPollyGetSpeechSynthesisTaskOutput
-
SynthesisTask object that provides information from the requested task, including output format, creation time, task status, and so on.
Declaration
Objective-C
@property (nonatomic, strong) AWSPollySynthesisTask *_Nullable synthesisTask;
Swift
var synthesisTask: AWSPollySynthesisTask? { get set }