GetSpeechSynthesisTaskOutput
public struct GetSpeechSynthesisTaskOutput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
SynthesisTask object that provides information from the requested task, including output format, creation time, task status, and so on.
Declaration
Swift
public let synthesisTask: SynthesisTask? -
Undocumented
Declaration
Swift
public init(synthesisTask: SynthesisTask? = nil)
View on GitHub
GetSpeechSynthesisTaskOutput Structure Reference