Class ListSpeechSynthesisTasksRequest
Container for the parameters to the ListSpeechSynthesisTasks operation. Returns a list of SpeechSynthesisTask objects ordered by their creation date. This operation can filter the tasks by their status, for example, allowing users to list only tasks that are completed.
public class ListSpeechSynthesisTasksRequest : AmazonPollyRequest
- Inheritance
-
ListSpeechSynthesisTasksRequest
Constructors
ListSpeechSynthesisTasksRequest()
public ListSpeechSynthesisTasksRequest()
Properties
MaxResults
Gets and sets the property MaxResults.
Maximum number of speech synthesis tasks returned in a List operation.
public int MaxResults { get; set; }
Property Value
NextToken
Gets and sets the property NextToken.
The pagination token to use in the next request to continue the listing of speech synthesis tasks.
public string NextToken { get; set; }
Property Value
Status
Gets and sets the property Status.
Status of the speech synthesis tasks returned in a List operation
public TaskStatus Status { get; set; }