Class StartSpeechSynthesisTaskResponse
This is the response object from the StartSpeechSynthesisTask operation.
public class StartSpeechSynthesisTaskResponse : AmazonWebServiceResponse
- Inheritance
-
StartSpeechSynthesisTaskResponse
Constructors
StartSpeechSynthesisTaskResponse()
public StartSpeechSynthesisTaskResponse()
Properties
SynthesisTask
Gets and sets the property SynthesisTask.
SynthesisTask object that provides information and attributes about a newly submitted speech synthesis task.
public SynthesisTask SynthesisTask { get; set; }