Class ListSpeechSynthesisTasksResponse
This is the response object from the ListSpeechSynthesisTasks operation.
public class ListSpeechSynthesisTasksResponse : AmazonWebServiceResponse
- Inheritance
-
ListSpeechSynthesisTasksResponse
Constructors
ListSpeechSynthesisTasksResponse()
public ListSpeechSynthesisTasksResponse()
Properties
NextToken
Gets and sets the property NextToken.
An opaque pagination token returned from the previous List operation in this request. If present, this indicates where to continue the listing.
public string NextToken { get; set; }
Property Value
SynthesisTasks
Gets and sets the property SynthesisTasks.
List of SynthesisTask objects that provides information from the specified task in the list request, including output format, creation time, task status, and so on.
public List<SynthesisTask> SynthesisTasks { get; set; }