Class GetSpeechSynthesisTaskResponse
This is the response object from the GetSpeechSynthesisTask operation.
public class GetSpeechSynthesisTaskResponse : AmazonWebServiceResponse
- Inheritance
-
GetSpeechSynthesisTaskResponse
Constructors
GetSpeechSynthesisTaskResponse()
public GetSpeechSynthesisTaskResponse()
Properties
SynthesisTask
Gets and sets the property SynthesisTask.
SynthesisTask object that provides information from the requested task, including output format, creation time, task status, and so on.
public SynthesisTask SynthesisTask { get; set; }