AWSPollyStartSpeechSynthesisTaskOutput
Objective-C
@interface AWSPollyStartSpeechSynthesisTaskOutput
Swift
class AWSPollyStartSpeechSynthesisTaskOutput
-
SynthesisTask object that provides information and attributes about a newly submitted speech synthesis task.
Declaration
Objective-C
@property (nonatomic, strong) AWSPollySynthesisTask *_Nullable synthesisTask;
Swift
var synthesisTask: AWSPollySynthesisTask? { get set }